diff options
author | Tom Tucker <tom@opengridcomputing.com> | 2008-05-19 10:17:09 -0500 |
---|---|---|
committer | Tom Tucker <tom@opengridcomputing.com> | 2008-07-02 15:01:58 -0500 |
commit | 779a48577ba88b6a7e9748a04b0b739f36c5e6f6 (patch) | |
tree | 40e1a912d98c66ccae3bc7c99e617c1453d8262d /include/linux/sunrpc/svc_rdma.h | |
parent | 94dba4918d4570bfa98776e54a5fa527c848dc78 (diff) | |
download | talos-op-linux-779a48577ba88b6a7e9748a04b0b739f36c5e6f6.tar.gz talos-op-linux-779a48577ba88b6a7e9748a04b0b739f36c5e6f6.zip |
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>
Diffstat (limited to 'include/linux/sunrpc/svc_rdma.h')
-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 { 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 */ |