diff options
author | Trond Myklebust | 2010-02-19 17:03:28 -0800 |
---|---|---|
committer | Trond Myklebust | 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 *); * Try to write back everything synchronously (but check the * return value!) */ -extern long nfs_sync_mapping_wait(struct address_space *, struct writeback_control *, int); extern int nfs_wb_all(struct inode *inode); extern int nfs_wb_page(struct inode *inode, struct page* page); extern int nfs_wb_page_cancel(struct inode *inode, struct page* page); |