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 /fs/nfs/internal.h | |
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 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 5543850268d2..1d15ffa94937 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -251,6 +251,7 @@ void nfs_pgio_header_free(struct nfs_pgio_header *); | |||
251 | void nfs_pgio_data_destroy(struct nfs_pgio_header *); | 251 | void nfs_pgio_data_destroy(struct nfs_pgio_header *); |
252 | int nfs_generic_pgio(struct nfs_pageio_descriptor *, struct nfs_pgio_header *); | 252 | int nfs_generic_pgio(struct nfs_pageio_descriptor *, struct nfs_pgio_header *); |
253 | int nfs_initiate_pgio(struct rpc_clnt *, struct nfs_pgio_header *, | 253 | int nfs_initiate_pgio(struct rpc_clnt *, struct nfs_pgio_header *, |
254 | const struct nfs_rpc_ops *, | ||
254 | const struct rpc_call_ops *, int, int); | 255 | const struct rpc_call_ops *, int, int); |
255 | void nfs_free_request(struct nfs_page *req); | 256 | void nfs_free_request(struct nfs_page *req); |
256 | 257 | ||