summary refs log tree commit diff
path: root/net/sunrpc
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2017-04-11 13:24:07 -0400
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2017-04-25 16:12:35 -0400
commit2be1fce95e5b017dd7d23ca039d58cbefd0221e6 (patch)
treec1a25f41fd1781dfc1513aae0b2c5caa0f46fc0e /net/sunrpc
parent7ecce75fc3c52590950bc5e68eac0f00e50e8ce4 (diff)
downloadlinux-2be1fce95e5b017dd7d23ca039d58cbefd0221e6.tar.gz
xprtrdma: Remove rpcrdma_buffer::rb_pool
Since commit 1e465fd4ff47 ("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>
Diffstat (limited to 'net/sunrpc')
-rw-r--r--net/sunrpc/xprtrdma/xprt_rdma.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/xprt_rdma.h b/net/sunrpc/xprtrdma/xprt_rdma.h
index 1c5de1af195b..1d66acf1a723 100644
--- a/net/sunrpc/xprtrdma/xprt_rdma.h
+++ b/net/sunrpc/xprtrdma/xprt_rdma.h
@@ -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;