svcrdma: Update synopsis of svc_rdma_build_read_chunk()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:57:41 +0000 (09:57 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:30 +0000 (17:54 -0500)
commit02e8fe1eca4c6ff5bf26718bb732379f3193534a
tree4998c774b033393540ff74f16efcdf1a45cb7565
parentfc20f19b4df4a46d1003d15d84148a117e8bdf5d
svcrdma: Update synopsis of svc_rdma_build_read_chunk()

Since the RDMA Read I/O state is now contained in the recv_ctxt,
svc_rdma_build_read_chunk() can use that recv_ctxt to derive that
information rather than the other way around. This removes another
usage of the ri_readctxt field, enabling its removal in a
subsequent patch.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/xprtrdma/svc_rdma_rw.c