summaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
authorAl Viro2014-04-03 02:14:12 +0200
committerAl Viro2014-05-06 23:37:59 +0200
commit3aa2d199f8eb8149a88005e88736d583cbc39d31 (patch)
tree21d0a81d243152141bfc792b333fa629ec6f75fa /fs/nfs/internal.h
parentfs/block_dev.c: switch to ->read_iter() (diff)
downloadkernel-qcow2-linux-3aa2d199f8eb8149a88005e88736d583cbc39d31.tar.gz
kernel-qcow2-linux-3aa2d199f8eb8149a88005e88736d583cbc39d31.tar.xz
kernel-qcow2-linux-3aa2d199f8eb8149a88005e88736d583cbc39d31.zip
nfs: switch to ->read_iter()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index dd8bfc2e2464..e598e4a852ad 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -320,7 +320,7 @@ int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *)
int nfs_file_fsync_commit(struct file *, loff_t, loff_t, int);
loff_t nfs_file_llseek(struct file *, loff_t, int);
int nfs_file_flush(struct file *, fl_owner_t);
-ssize_t nfs_file_read(struct kiocb *, const struct iovec *, unsigned long, loff_t);
+ssize_t nfs_file_read(struct kiocb *, struct iov_iter *);
ssize_t nfs_file_splice_read(struct file *, loff_t *, struct pipe_inode_info *,
size_t, unsigned int);
int nfs_file_mmap(struct file *, struct vm_area_struct *);