]> git.karo-electronics.de Git - karo-tx-linux.git/commit
start adding the tag to iov_iter
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 6 Mar 2014 00:28:09 +0000 (19:28 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 23 Apr 2014 14:20:37 +0000 (10:20 -0400)
commit4c30a968eb3a065e3e272d976d7e3f6ddc761101
tree8b1d6fb87010587bcf1b63ae7492bffae2052eae
parente81b9541171cbcfc4e8566a1e9ab2ca2335d0f15
start adding the tag to iov_iter

For now, just use the same thing we pass to ->direct_IO() - it's all
iovec-based at the moment.  Pass it explicitly to iov_iter_init() and
account for kvec vs. iovec in there, by the same kludge NFS ->direct_IO()
uses.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
15 files changed:
fs/btrfs/file.c
fs/ceph/file.c
fs/cifs/file.c
fs/fuse/file.c
fs/nfs/file.c
fs/ocfs2/file.c
fs/pipe.c
fs/splice.c
fs/xfs/xfs_file.c
include/linux/uio.h
mm/filemap.c
mm/iov_iter.c
mm/page_io.c
mm/process_vm_access.c
mm/shmem.c