Skip to content

Commit

Permalink
xprtrdma: Remove rpcrdma_buffer::rb_pool
Browse files Browse the repository at this point in the history
Since commit 1e465fd ("xprtrdma: Replace send and receive
arrays"), this field is no longer used.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
  • Loading branch information
Chuck Lever authored and Anna Schumaker committed Apr 25, 2017
1 parent 7ecce75 commit 2be1fce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sunrpc/xprtrdma/xprt_rdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ struct rpcrdma_buffer {
spinlock_t rb_mwlock; /* protect rb_mws list */
struct list_head rb_mws;
struct list_head rb_all;
char *rb_pool;

spinlock_t rb_lock; /* protect buf lists */
int rb_send_count, rb_recv_count;
Expand Down

0 comments on commit 2be1fce

Please sign in to comment.