aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/nfs_page.h
diff options
context:
space:
mode:
authorTom Haynes <loghyr@primarydata.com>2014-06-09 13:12:20 -0700
committerTom Haynes <loghyr@primarydata.com>2015-02-03 11:06:35 -0800
commitabde71f4d3c027a30f8d725e1e22001313b4481a (patch)
tree231ac431aca9a18d5c7aa1fe0f87068cbe6ce931 /include/linux/nfs_page.h
parentnfs41: create NFSv3 DS connection if specified (diff)
downloadwireguard-linux-abde71f4d3c027a30f8d725e1e22001313b4481a.tar.xz
wireguard-linux-abde71f4d3c027a30f8d725e1e22001313b4481a.zip
pnfs: Add nfs_rpc_ops in calls to nfs_initiate_pgio
Signed-off-by: Tom Haynes <loghyr@primarydata.com>
Diffstat (limited to 'include/linux/nfs_page.h')
-rw-r--r--include/linux/nfs_page.h1
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 {
struct inode *);
void (*rw_result)(struct rpc_task *, struct nfs_pgio_header *);
void (*rw_initiate)(struct nfs_pgio_header *, struct rpc_message *,
+ const struct nfs_rpc_ops *,
struct rpc_task_setup *, int);
};