commit | cf73daf52750fca4b4af0ca812f542891c228066 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Thu Dec 14 20:57:31 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jan 16 11:19:48 2018 -0500 |
tree | 91fc1862dead5ca413c89567397252ee74c30af1 | |
parent | 6c537f2c7cc06da36f6701be4c9413d7b8b47bfb [diff] |
xprtrdma: Split xprt_rdma_send_request Clean up. @rqst is set up differently for backchannel Replies. For example, rqst->rq_task and task->tk_client are both NULL. So it is easier to understand and maintain this code path if it is separated. Also, we can get rid of the confusing rl_connect_cookie hack in rpcrdma_bc_receive_call. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>