diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index b01ccf371fdc..b638eb6727c6 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -512,6 +512,7 @@ extern int nfs_updatepage(struct file *, struct page *, unsigned int, unsigned | |||
512 | * Try to write back everything synchronously (but check the | 512 | * Try to write back everything synchronously (but check the |
513 | * return value!) | 513 | * return value!) |
514 | */ | 514 | */ |
515 | extern int nfs_sync_inode(struct inode *inode); | ||
515 | extern int nfs_wb_all(struct inode *inode); | 516 | extern int nfs_wb_all(struct inode *inode); |
516 | extern int nfs_wb_page(struct inode *inode, struct page* page); | 517 | extern int nfs_wb_page(struct inode *inode, struct page* page); |
517 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); | 518 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); |