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>
Showing
- fs/btrfs/file.c 1 addition, 1 deletionfs/btrfs/file.c
- fs/ceph/file.c 4 additions, 4 deletionsfs/ceph/file.c
- fs/cifs/file.c 2 additions, 2 deletionsfs/cifs/file.c
- fs/fuse/file.c 3 additions, 3 deletionsfs/fuse/file.c
- fs/nfs/file.c 2 additions, 2 deletionsfs/nfs/file.c
- fs/ocfs2/file.c 1 addition, 1 deletionfs/ocfs2/file.c
- fs/pipe.c 1 addition, 1 deletionfs/pipe.c
- fs/splice.c 1 addition, 1 deletionfs/splice.c
- fs/xfs/xfs_file.c 2 additions, 2 deletionsfs/xfs/xfs_file.c
- include/linux/uio.h 3 additions, 12 deletionsinclude/linux/uio.h
- mm/filemap.c 2 additions, 2 deletionsmm/filemap.c
- mm/iov_iter.c 15 additions, 0 deletionsmm/iov_iter.c
- mm/page_io.c 1 addition, 1 deletionmm/page_io.c
- mm/process_vm_access.c 2 additions, 2 deletionsmm/process_vm_access.c
- mm/shmem.c 1 addition, 1 deletionmm/shmem.c
Loading
Please register or sign in to comment