]> git.ipfire.org Git - thirdparty/linux.git/commit
svcrdma: Update the synopsis of svc_rdma_read_data_item()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:57:54 +0000 (09:57 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:30 +0000 (17:54 -0500)
commit6e4b9b8643967e1a44d7b326da60b4ecb3a9b858
treeb9fd5d7049a7aaef315c43a900f1c62dcaf6b03d
parentc7eb4feb1b21dd08fa32f08ce165b9444b9bfee9
svcrdma: Update the synopsis of svc_rdma_read_data_item()

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