diff options
| author | Tom Haynes <loghyr@primarydata.com> | 2014-06-09 16:12:20 -0400 |
|---|---|---|
| committer | Tom Haynes <loghyr@primarydata.com> | 2015-02-03 14:06:35 -0500 |
| commit | abde71f4d3c027a30f8d725e1e22001313b4481a (patch) | |
| tree | 231ac431aca9a18d5c7aa1fe0f87068cbe6ce931 /include/linux | |
| parent | 5f01d9539496577b9ee62e213f4122a2a209550c (diff) | |
pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nfs_page.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 6c3e06ee2fb7..4c3aa809ab95 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h | |||
| @@ -69,6 +69,7 @@ struct nfs_rw_ops { | |||
| 69 | struct inode *); | 69 | struct inode *); |
| 70 | void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *); | 70 | void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *); |
| 71 | void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *, | 71 | void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *, |
| 72 | const struct nfs_rpc_ops *, | ||
| 72 | struct rpc_task_setup *, int); | 73 | struct rpc_task_setup *, int); |
| 73 | }; | 74 | }; |
| 74 | 75 | ||
