]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
xprtrdma: Remove rpcrdma_buffer::rb_pool
authorChuck Lever <chuck.lever@oracle.com>
Tue, 11 Apr 2017 17:24:07 +0000 (13:24 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 25 Apr 2017 20:12:35 +0000 (16:12 -0400)
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>
net/sunrpc/xprtrdma/xprt_rdma.h

index 1c5de1af195b89c2917aad04cf7c01300f63b654..1d66acf1a723e51efb0b2e91065122cd66856af7 100644 (file)
@@ -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;