commit | 6b19cc5ca2f78ebc88f5d39ba6a94197bb392fcc | [log] [tgz] |
---|---|---|
author | Chuck Lever <[email protected]> | Sun Apr 09 13:06:33 2017 -0400 |
committer | J. Bruce Fields <[email protected]> | Tue Apr 25 17:25:55 2017 -0400 |
tree | b3b87f0c81009a04a8a31eb8a9090e41739bf8e1 | |
parent | 9a6a180b7867ceceeeab88a6f011bac23174b939 [diff] |
svcrdma: Clean up RDMA_ERROR path Now that svc_rdma_sendto has been renovated, svc_rdma_send_error can be refactored to reduce code duplication and remove C structure- based XDR encoding. It is also relocated to the source file that contains its only caller. This is a refactoring change only. Signed-off-by: Chuck Lever <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>