Skip to content

Commit

Permalink
svcrdma: Remove unused wait q from svcrdma_xprt structure
Browse files Browse the repository at this point in the history
The sc_read_wait queue head is no longer used. Remove it.

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
  • Loading branch information
Tom Tucker committed Jul 2, 2008
1 parent 94dba49 commit 779a485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/sunrpc/svc_rdma.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 779a485

Please sign in to comment.