]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
svcrdma: Move send_wr to svc_rdma_op_ctxt
authorChuck Lever <chuck.lever@oracle.com>
Sun, 9 Apr 2017 17:05:36 +0000 (13:05 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 25 Apr 2017 21:25:54 +0000 (17:25 -0400)
commit17f5f7f506aaca985b95df7ef7fc2ff49c36a8e9
treee23f5692874b2d541dfc49c9bb0feb569f00f9cb
parent99bbf6ecc694dfe0b026e15359c5aa2a60b97a93
svcrdma: Move send_wr to svc_rdma_op_ctxt

Clean up: Move the ib_send_wr off the stack, and move common code
to post a Send Work Request into a helper.

This is a refactoring change only.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_backchannel.c
net/sunrpc/xprtrdma/svc_rdma_sendto.c