diff options
author | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-01-31 00:39:26 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-02-06 02:48:55 +0300 |
commit | fb43d17210baa538e58fc83d2d0f8a32399db73b (patch) | |
tree | d67af2d75eb5cdbe8cd45fc7f6ee5fa38a41fbd8 /include/linux/sunrpc | |
parent | ad01b2c68d0ac5f3d4a3f807bec77b720b1c62a0 (diff) | |
download | linux-fb43d17210baa538e58fc83d2d0f8a32399db73b.tar.xz |
SUNRPC: Use the multipath iterator to assign a transport to each task
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index ee0fbcf9b02e..0b248e98ee3b 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h @@ -69,6 +69,8 @@ struct rpc_task { const struct rpc_call_ops *tk_ops; /* Caller callbacks */ struct rpc_clnt * tk_client; /* RPC client */ + struct rpc_xprt * tk_xprt; /* Transport */ + struct rpc_rqst * tk_rqstp; /* RPC request */ struct workqueue_struct *tk_workqueue; /* Normally rpciod, but could |