svcrdma: Update the synopsis of svc_rdma_read_call_chunk()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:58:13 +0000 (09:58 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:31 +0000 (17:54 -0500)
commit23bab3b22d84793f1f096322d17952156be6f207
treed1842254839116b6d666cbd48efaf47ece2a80f0
parent740a3c895d94fc72494f2a4abf1ab31b6be482e8
svcrdma: Update the synopsis of svc_rdma_read_call_chunk()

Since the RDMA Read I/O state is now contained in the recv_ctxt,
svc_rdma_read_call_chunk() can use that recv_ctxt to derive the
read_info 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