diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 | ||||
-rw-r--r-- | include/linux/nfs_fs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 295bc589fe1b..72e3759de8c3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -383,7 +383,7 @@ struct address_space_operations { | |||
383 | void (*invalidatepage) (struct page *, unsigned int, unsigned int); | 383 | void (*invalidatepage) (struct page *, unsigned int, unsigned int); |
384 | int (*releasepage) (struct page *, gfp_t); | 384 | int (*releasepage) (struct page *, gfp_t); |
385 | void (*freepage)(struct page *); | 385 | void (*freepage)(struct page *); |
386 | ssize_t (*direct_IO)(int, struct kiocb *, struct iov_iter *iter, loff_t offset); | 386 | ssize_t (*direct_IO)(struct kiocb *, struct iov_iter *iter, loff_t offset); |
387 | /* | 387 | /* |
388 | * migrate the contents of a page to the specified target. If | 388 | * migrate the contents of a page to the specified target. If |
389 | * migrate_mode is MIGRATE_ASYNC, it must not block. | 389 | * migrate_mode is MIGRATE_ASYNC, it must not block. |
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index b01ccf371fdc..3d1b0d2fe55e 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -447,7 +447,7 @@ static inline struct rpc_cred *nfs_file_cred(struct file *file) | |||
447 | /* | 447 | /* |
448 | * linux/fs/nfs/direct.c | 448 | * linux/fs/nfs/direct.c |
449 | */ | 449 | */ |
450 | extern ssize_t nfs_direct_IO(int, struct kiocb *, struct iov_iter *, loff_t); | 450 | extern ssize_t nfs_direct_IO(struct kiocb *, struct iov_iter *, loff_t); |
451 | extern ssize_t nfs_file_direct_read(struct kiocb *iocb, | 451 | extern ssize_t nfs_file_direct_read(struct kiocb *iocb, |
452 | struct iov_iter *iter, | 452 | struct iov_iter *iter, |
453 | loff_t pos); | 453 | loff_t pos); |