summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-12-04 09:57:22 -0500
committerChuck Lever <chuck.lever@oracle.com>2024-01-07 17:54:29 -0500
commit8e122582680c6f8acd686a5a2af9c0e46fe90f2d (patch)
treeeebe5326f9691bceb824342bba90bfee2f0e04c2 /include
parentb1818412d06fc03605d02dbdd4a7c53dc9e2d5ba (diff)
downloadlinux-stable-8e122582680c6f8acd686a5a2af9c0e46fe90f2d.tar.gz
linux-stable-8e122582680c6f8acd686a5a2af9c0e46fe90f2d.tar.bz2
linux-stable-8e122582680c6f8acd686a5a2af9c0e46fe90f2d.zip
svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxt
Further clean up: move the page index field into svc_rdma_recv_ctxt. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/svc_rdma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h
index 6c7501ae4e29..0ea66f73bec2 100644
--- a/include/linux/sunrpc/svc_rdma.h
+++ b/include/linux/sunrpc/svc_rdma.h
@@ -157,6 +157,7 @@ struct svc_rdma_recv_ctxt {
__be32 rc_msgtype;
/* State for pulling a Read chunk */
+ unsigned int rc_curpage;
unsigned int rc_readbytes;
struct svc_rdma_chunk_ctxt rc_cc;