]> git.karo-electronics.de Git - karo-tx-linux.git/commit
svcrdma: Remove unused Read completion handlers
authorChuck Lever <chuck.lever@oracle.com>
Fri, 23 Jun 2017 21:18:49 +0000 (17:18 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Jul 2017 19:54:57 +0000 (15:54 -0400)
commitc84dc900d737a8d8f08768622226980ee863403b
treeb9e7153036c38dbff1458d6a92cf3bbd820cba03
parent71641d99ce037ea226f94d5e08f2a8f71eba08f4
svcrdma: Remove unused Read completion handlers

Clean up:

The generic RDMA R/W API conversion of svc_rdma_recvfrom replaced
the Register, Read, and Invalidate completion handlers. Remove the
old ones, which are no longer used.

These handlers shared some helper code with svc_rdma_wc_send. Fold
the wc_common helper back into the one remaining completion handler.

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_transport.c