]> git.baikalelectronics.ru Git - kernel.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)
commit81b9682162c0c05ef079ecf4f4165e28e0534c24
treee23f5692874b2d541dfc49c9bb0feb569f00f9cb
parentf6de9484dc7bee205b11516f97e3a05dd5cee658
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