projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ecce75
)
xprtrdma: Remove rpcrdma_buffer::rb_pool
author
Chuck Lever
<chuck.lever@oracle.com>
Tue, 11 Apr 2017 17:24:07 +0000
(13:24 -0400)
committer
Anna 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
patch
|
blob
|
history
diff --git
a/net/sunrpc/xprtrdma/xprt_rdma.h
b/net/sunrpc/xprtrdma/xprt_rdma.h
index 1c5de1af195b89c2917aad04cf7c01300f63b654..1d66acf1a723e51efb0b2e91065122cd66856af7 100644
(file)
--- 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;