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)
committerPaul Osmialowski <p.osmialowsk@samsung.com>
Wed, 15 Apr 2015 15:45:08 +0000 (17:45 +0200)
commit4f915f7abf5def01083060fb598ad11de4a712f5
tree81aa9565136fc8e978be8c69a33ca62e5f608cac
parent729fb056c731aa17583b04829bd791c42ef99310
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.

Change-Id: I8187badd197af34d2d9428b0082b14262dce2b78
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/file.c
fs/cifs/file.c
fs/fuse/file.c
include/linux/fs.h
mm/filemap.c