]> git.ipfire.org Git - thirdparty/linux.git/commit
svcrdma: Update the synopsis of svc_rdma_read_special()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:58:20 +0000 (09:58 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:31 +0000 (17:54 -0500)
commitefd02cb0dda6fed89065bb9d6de77d9752e1f0c3
treeb0c674ce25a2c7295598c53b7297515a7ead2cb8
parent23bab3b22d84793f1f096322d17952156be6f207
svcrdma: Update the synopsis of svc_rdma_read_special()

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