diff options
Diffstat (limited to 'include/linux/nfs_fs.h')
-rw-r--r-- | include/linux/nfs_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 1083134c02ff..93f439e7c5bf 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -33,7 +33,6 @@ | |||
33 | #define FLUSH_STABLE 4 /* commit to stable storage */ | 33 | #define FLUSH_STABLE 4 /* commit to stable storage */ |
34 | #define FLUSH_LOWPRI 8 /* low priority background flush */ | 34 | #define FLUSH_LOWPRI 8 /* low priority background flush */ |
35 | #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */ | 35 | #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */ |
36 | #define FLUSH_NOCOMMIT 32 /* Don't send the NFSv3/v4 COMMIT */ | ||
37 | 36 | ||
38 | #ifdef __KERNEL__ | 37 | #ifdef __KERNEL__ |
39 | 38 | ||
@@ -478,7 +477,6 @@ extern int nfs_writeback_done(struct rpc_task *, struct nfs_write_data *); | |||
478 | */ | 477 | */ |
479 | extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); | 478 | extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); |
480 | extern int nfs_wb_all(struct inode *inode); | 479 | extern int nfs_wb_all(struct inode *inode); |
481 | extern int nfs_wb_nocommit(struct inode *inode); | ||
482 | extern int nfs_wb_page(struct inode *inode, struct page* page); | 480 | extern int nfs_wb_page(struct inode *inode, struct page* page); |
483 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); | 481 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); |
484 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) | 482 | #if defined(CONFIG_NFS_V3) || defined(CONFIG_NFS_V4) |