diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-01-31 02:13:05 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-02-06 02:48:55 +0300 |
commit | 9d61498d5f6cde68a708781bf2cd33cae21121dc (patch) | |
tree | 50e1d1e2d93dfdef8f0ee74fdfb191a95d7613a7 /include/linux/sunrpc | |
parent | fb43d17210baa538e58fc83d2d0f8a32399db73b (diff) | |
download | linux-9d61498d5f6cde68a708781bf2cd33cae21121dc.tar.xz |
SUNRPC: Allow caller to specify the transport to use
This is needed in order to allow the NFSv4.1 backchannel and
BIND_CONN_TO_SESSION function to work.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 0b248e98ee3b..05a1809c44d9 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h @@ -103,6 +103,7 @@ struct rpc_call_ops { struct rpc_task_setup { struct rpc_task *task; struct rpc_clnt *rpc_client; + struct rpc_xprt *rpc_xprt; const struct rpc_message *rpc_message; const struct rpc_call_ops *callback_ops; void *callback_data; |