diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2008-05-19 11:17:09 -0400 |
---|---|---|
committer | Tom Tucker <tom@opengridcomputing.com> | 2008-07-02 16:01:58 -0400 |
commit | 779a48577ba88b6a7e9748a04b0b739f36c5e6f6 (patch) | |
tree | 40e1a912d98c66ccae3bc7c99e617c1453d8262d | |
parent | 94dba4918d4570bfa98776e54a5fa527c848dc78 (diff) |
svcrdma: Remove unused wait q from svcrdma_xprt structure
The sc_read_wait queue head is no longer used. Remove it.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
-rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index ab93afc03c43..d8d74c4ab504 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h | |||
@@ -119,7 +119,6 @@ struct svcxprt_rdma { | |||
119 | struct rdma_cm_id *sc_cm_id; /* RDMA connection id */ | 119 | struct rdma_cm_id *sc_cm_id; /* RDMA connection id */ |
120 | struct list_head sc_accept_q; /* Conn. waiting accept */ | 120 | struct list_head sc_accept_q; /* Conn. waiting accept */ |
121 | int sc_ord; /* RDMA read limit */ | 121 | int sc_ord; /* RDMA read limit */ |
122 | wait_queue_head_t sc_read_wait; | ||
123 | int sc_max_sge; | 122 | int sc_max_sge; |
124 | 123 | ||
125 | int sc_sq_depth; /* Depth of SQ */ | 124 | int sc_sq_depth; /* Depth of SQ */ |