diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 32bd5d38cdfd..15eec27cb60b 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -426,8 +426,8 @@ extern void nfs_writedata_release(void *); | |||
426 | * return value!) | 426 | * return value!) |
427 | */ | 427 | */ |
428 | extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); | 428 | extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); |
429 | extern int nfs_sync_mapping_range(struct address_space *, loff_t, loff_t, int); | ||
430 | extern int nfs_wb_all(struct inode *inode); | 429 | extern int nfs_wb_all(struct inode *inode); |
430 | extern int nfs_wb_nocommit(struct inode *inode); | ||
431 | extern int nfs_wb_page(struct inode *inode, struct page* page); | 431 | extern int nfs_wb_page(struct inode *inode, struct page* page); |
432 | extern int nfs_wb_page_priority(struct inode *inode, struct page* page, int how); | 432 | extern int nfs_wb_page_priority(struct inode *inode, struct page* page, int how); |
433 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); | 433 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); |