]> git.baikalelectronics.ru Git - kernel.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)
commit1a304eeea7dbcf266ebd45fc54398f70c2bef72f
treeb9e7153036c38dbff1458d6a92cf3bbd820cba03
parent3d9b78aca15893260c663e10a0286993e65d622f
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