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>
このコミットが含まれているのは:
@@ -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;
|
||||
|
新しいイシューから参照
ユーザーをブロックする