svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:58:07 +0000 (09:58 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:31 +0000 (17:54 -0500)
commit740a3c895d94fc72494f2a4abf1ab31b6be482e8
treedb6ac21eba590388e37be83141fb3a00fa439334
parent6518204d2304239507236919f70ecf7ff324fe20
svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()

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