diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 782e59765696..f55827be4f8e 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -492,8 +492,8 @@ static inline void nfs_writedata_free(struct nfs_write_data *p) | |||
492 | extern int nfs_readpage(struct file *, struct page *); | 492 | extern int nfs_readpage(struct file *, struct page *); |
493 | extern int nfs_readpages(struct file *, struct address_space *, | 493 | extern int nfs_readpages(struct file *, struct address_space *, |
494 | struct list_head *, unsigned); | 494 | struct list_head *, unsigned); |
495 | extern void nfs_readpage_result(struct rpc_task *, void *); | 495 | extern int nfs_readpage_result(struct rpc_task *, struct nfs_read_data *); |
496 | extern void nfs_readdata_release(void *data); | 496 | extern void nfs_readdata_release(void *data); |
497 | 497 | ||
498 | 498 | ||
499 | /* | 499 | /* |