aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2019-08-19 18:42:31 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2019-08-20 13:56:45 -0400
commiteed48a9c161588544999ee8d451392921d846ee8 (patch)
tree098a1e76eeb5accc48cdc226396af0f19c9d0b40 /net/sunrpc/xprtrdma/xprt_rdma.h
parentxprtrdma: Rename CQE field in Receive trace points (diff)
downloadlinux-dev-eed48a9c161588544999ee8d451392921d846ee8.tar.xz
linux-dev-eed48a9c161588544999ee8d451392921d846ee8.zip
xprtrdma: Rename rpcrdma_buffer::rb_all
Clean up: There are other "all" list heads. For code clarity distinguish this one as for use only for MRs by renaming it. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to '')
-rw-r--r--net/sunrpc/xprtrdma/xprt_rdma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/xprt_rdma.h b/net/sunrpc/xprtrdma/xprt_rdma.h
index eaf6b907a76e..5aaa53b8ae12 100644
--- a/net/sunrpc/xprtrdma/xprt_rdma.h
+++ b/net/sunrpc/xprtrdma/xprt_rdma.h
@@ -360,7 +360,7 @@ rpcrdma_mr_pop(struct list_head *list)
struct rpcrdma_buffer {
spinlock_t rb_mrlock; /* protect rb_mrs list */
struct list_head rb_mrs;
- struct list_head rb_all;
+ struct list_head rb_all_mrs;
unsigned long rb_sc_head;
unsigned long rb_sc_tail;