commit | 07d0ff3b0cd23a4ba7078fb5cc3aeb25e38b3557 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Jul 27 11:18:59 2018 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Aug 09 16:11:21 2018 -0400 |
tree | 6483a8c326d94866bd208adf3797d341507f5c18 | |
parent | a53d5cb0646a12586ae45c892c7a411d47ee1a1d [diff] |
svcrdma: Clean up Read chunk path Simplify the error handling at the tail of recv_read_chunk() by re-arranging rq_pages[] housekeeping and documenting it properly. NB: In this path, svc_rdma_recvfrom returns zero. Therefore no subsequent reply processing is done on the svc_rqstp, and thus the rq_respages field does not need to be updated. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>