diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2019-08-19 18:42:31 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-08-20 13:56:45 -0400 |
commit | eed48a9c161588544999ee8d451392921d846ee8 (patch) | |
tree | 098a1e76eeb5accc48cdc226396af0f19c9d0b40 /net/sunrpc/xprtrdma/xprt_rdma.h | |
parent | 2dfdcd88cf0ea66eec0478de82283ef20eb6f421 (diff) | |
download | lwn-eed48a9c161588544999ee8d451392921d846ee8.tar.gz lwn-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 'net/sunrpc/xprtrdma/xprt_rdma.h')
-rw-r--r-- | net/sunrpc/xprtrdma/xprt_rdma.h | 2 |
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; |