diff options
author | Anna Schumaker <Anna.Schumaker@netapp.com> | 2014-05-06 09:12:32 -0400 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2014-05-28 18:40:36 -0400 |
commit | 0eecb2145c1ce18e36617008424a93836ad0a3bd (patch) | |
tree | 469884c95d6e3c65383800e0c41b197d44851543 /include/linux/nfs_fs.h | |
parent | a4cdda59111f92000297e0d3edb1e0e08ba3549b (diff) |
NFS: Create a common nfs_pgio_result_common function
Combining these functions will let me make a single nfs_rw_common_ops
struct (see the next patch).
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
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 7e0db561d829..919576b8e2cf 100644 --- a/include/linux/nfs_fs.h +++ b/include/linux/nfs_fs.h | |||
@@ -520,7 +520,6 @@ extern int nfs_writepage(struct page *page, struct writeback_control *wbc); | |||
520 | extern int nfs_writepages(struct address_space *, struct writeback_control *); | 520 | extern int nfs_writepages(struct address_space *, struct writeback_control *); |
521 | extern int nfs_flush_incompatible(struct file *file, struct page *page); | 521 | extern int nfs_flush_incompatible(struct file *file, struct page *page); |
522 | extern int nfs_updatepage(struct file *, struct page *, unsigned int, unsigned int); | 522 | extern int nfs_updatepage(struct file *, struct page *, unsigned int, unsigned int); |
523 | extern void nfs_writeback_done(struct rpc_task *, struct nfs_pgio_data *); | ||
524 | 523 | ||
525 | /* | 524 | /* |
526 | * Try to write back everything synchronously (but check the | 525 | * Try to write back everything synchronously (but check the |
@@ -553,7 +552,6 @@ nfs_have_writebacks(struct inode *inode) | |||
553 | extern int nfs_readpage(struct file *, struct page *); | 552 | extern int nfs_readpage(struct file *, struct page *); |
554 | extern int nfs_readpages(struct file *, struct address_space *, | 553 | extern int nfs_readpages(struct file *, struct address_space *, |
555 | struct list_head *, unsigned); | 554 | struct list_head *, unsigned); |
556 | extern int nfs_readpage_result(struct rpc_task *, struct nfs_pgio_data *); | ||
557 | extern int nfs_readpage_async(struct nfs_open_context *, struct inode *, | 555 | extern int nfs_readpage_async(struct nfs_open_context *, struct inode *, |
558 | struct page *); | 556 | struct page *); |
559 | 557 | ||