diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-02-19 20:03:28 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-03-05 15:44:55 -0500 |
commit | 7f2f12d963e7c33a93bfb0b22f0178eb1e6a4196 (patch) | |
tree | cfc2694fd38f40bc22d22c3ef228f871ed827fe2 /include | |
parent | acdc53b2146c7ee67feb1f02f7bc3020126514b8 (diff) |
NFS: Simplify nfs_wb_page()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/nfs_fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h index 93f439e7c5bf..b789d85bff82 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -475,7 +475,6 @@ extern int nfs_writeback_done(struct rpc_task *, struct nfs_write_data *); | |||
475 | * Try to write back everything synchronously (but check the | 475 | * Try to write back everything synchronously (but check the |
476 | * return value!) | 476 | * return value!) |
477 | */ | 477 | */ |
478 | extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); | ||
479 | extern int nfs_wb_all(struct inode *inode); | 478 | extern int nfs_wb_all(struct inode *inode); |
480 | extern int nfs_wb_page(struct inode *inode, struct page* page); | 479 | extern int nfs_wb_page(struct inode *inode, struct page* page); |
481 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); | 480 | extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); |