diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-03 14:07:25 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-05-06 17:39:38 -0400 |
commit | edaf43694898c5d7deb9a394335c60e888039100 (patch) | |
tree | 6d9baefdb05c59985d526e8a33daa93ba5435cac /fs/nfs/internal.h | |
parent | f5674c31ee1f968606702e82c160d6ae11032ded (diff) | |
download | talos-obmc-linux-edaf43694898c5d7deb9a394335c60e888039100.tar.gz talos-obmc-linux-edaf43694898c5d7deb9a394335c60e888039100.zip |
nfs: switch to ->write_iter()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index e598e4a852ad..a5b36fc6b795 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -324,7 +324,7 @@ 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 *); -ssize_t nfs_file_write(struct kiocb *, const struct iovec *, unsigned long, loff_t); +ssize_t nfs_file_write(struct kiocb *, struct iov_iter *); int nfs_file_release(struct inode *, struct file *); int nfs_lock(struct file *, int, struct file_lock *); int nfs_flock(struct file *, int, struct file_lock *); |