]> git.ipfire.org Git - thirdparty/linux.git/commit
svcrdma: Update synopsis of svc_rdma_copy_inline_range()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 4 Dec 2023 14:58:01 +0000 (09:58 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 7 Jan 2024 22:54:30 +0000 (17:54 -0500)
commit6518204d2304239507236919f70ecf7ff324fe20
tree6cc090571891c3cf53f84172c4a7535672754c66
parent6e4b9b8643967e1a44d7b326da60b4ecb3a9b858
svcrdma: Update synopsis of svc_rdma_copy_inline_range()

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