svcrdma: Update synopsis of svc_rdma_read_chunk_range()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:57:48 +0000 (09:57 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:30 +0000 (17:54 -0500)
commitc7eb4feb1b21dd08fa32f08ce165b9444b9bfee9
tree14998f44ce7aae28ee9cf720517a9d81b58987f9
parent02e8fe1eca4c6ff5bf26718bb732379f3193534a
svcrdma: Update synopsis of svc_rdma_read_chunk_range()

Since the RDMA Read I/O state is now contained in the recv_ctxt,
svc_rdma_build_read_chunk_range() 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