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_page.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_page.h')
-rw-r--r-- | include/linux/nfs_page.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index da00a4d6f470..01aa29c5ec42 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
@@ -57,6 +57,8 @@ struct nfs_rw_ops { | |||
57 | struct nfs_rw_header *(*rw_alloc_header)(void); | 57 | struct nfs_rw_header *(*rw_alloc_header)(void); |
58 | void (*rw_free_header)(struct nfs_rw_header *); | 58 | void (*rw_free_header)(struct nfs_rw_header *); |
59 | void (*rw_release)(struct nfs_pgio_data *); | 59 | void (*rw_release)(struct nfs_pgio_data *); |
60 | int (*rw_done)(struct rpc_task *, struct nfs_pgio_data *, struct inode *); | ||
61 | void (*rw_result)(struct rpc_task *, struct nfs_pgio_data *); | ||
60 | }; | 62 | }; |
61 | 63 | ||
62 | struct nfs_pageio_descriptor { | 64 | struct nfs_pageio_descriptor { |