diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 8b69cba1bb04..82ddbf46660e 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -327,16 +327,14 @@ int nfs_rename(struct inode *, struct dentry *, struct inode *, struct dentry *) | |||
327 | int nfs_file_fsync_commit(struct file *, loff_t, loff_t, int); | 327 | int nfs_file_fsync_commit(struct file *, loff_t, loff_t, int); |
328 | loff_t nfs_file_llseek(struct file *, loff_t, int); | 328 | loff_t nfs_file_llseek(struct file *, loff_t, int); |
329 | int nfs_file_flush(struct file *, fl_owner_t); | 329 | int nfs_file_flush(struct file *, fl_owner_t); |
330 | ssize_t nfs_file_read(struct kiocb *, const struct iovec *, unsigned long, loff_t); | 330 | ssize_t nfs_file_read(struct kiocb *, struct iov_iter *); |
331 | ssize_t nfs_file_splice_read(struct file *, loff_t *, struct pipe_inode_info *, | 331 | ssize_t nfs_file_splice_read(struct file *, loff_t *, struct pipe_inode_info *, |
332 | size_t, unsigned int); | 332 | size_t, unsigned int); |
333 | int nfs_file_mmap(struct file *, struct vm_area_struct *); | 333 | int nfs_file_mmap(struct file *, struct vm_area_struct *); |
334 | ssize_t nfs_file_write(struct kiocb *, const struct iovec *, unsigned long, loff_t); | 334 | ssize_t nfs_file_write(struct kiocb *, struct iov_iter *); |
335 | int nfs_file_release(struct inode *, struct file *); | 335 | int nfs_file_release(struct inode *, struct file *); |
336 | int nfs_lock(struct file *, int, struct file_lock *); | 336 | int nfs_lock(struct file *, int, struct file_lock *); |
337 | int nfs_flock(struct file *, int, struct file_lock *); | 337 | int nfs_flock(struct file *, int, struct file_lock *); |
338 | ssize_t nfs_file_splice_write(struct pipe_inode_info *, struct file *, loff_t *, | ||
339 | size_t, unsigned int); | ||
340 | int nfs_check_flags(int); | 338 | int nfs_check_flags(int); |
341 | int nfs_setlease(struct file *, long, struct file_lock **); | 339 | int nfs_setlease(struct file *, long, struct file_lock **); |
342 | 340 | ||