projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94dba49
)
svcrdma: Remove unused wait q from svcrdma_xprt structure
author
Tom Tucker
<tom@opengridcomputing.com>
Mon, 19 May 2008 15:17:09 +0000
(10:17 -0500)
committer
Tom Tucker
<tom@opengridcomputing.com>
Wed, 2 Jul 2008 20:01:58 +0000
(15:01 -0500)
The sc_read_wait queue head is no longer used. Remove it.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
include/linux/sunrpc/svc_rdma.h
patch
|
blob
|
history
diff --git
a/include/linux/sunrpc/svc_rdma.h
b/include/linux/sunrpc/svc_rdma.h
index ab93afc03c43dd532ae1b6248da7bef520066133..d8d74c4ab5047bc8fc744ce0a1a83cf3c1246033 100644
(file)
--- a/
include/linux/sunrpc/svc_rdma.h
+++ b/
include/linux/sunrpc/svc_rdma.h
@@
-119,7
+119,6
@@
struct svcxprt_rdma {
struct rdma_cm_id *sc_cm_id; /* RDMA connection id */
struct list_head sc_accept_q; /* Conn. waiting accept */
int sc_ord; /* RDMA read limit */
- wait_queue_head_t sc_read_wait;
int sc_max_sge;
int sc_sq_depth; /* Depth of SQ */