commit | c84dc900d737a8d8f08768622226980ee863403b | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Jun 23 17:18:49 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jul 12 15:54:57 2017 -0400 |
tree | b9e7153036c38dbff1458d6a92cf3bbd820cba03 | |
parent | 71641d99ce037ea226f94d5e08f2a8f71eba08f4 [diff] |
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>