diff options
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 { | |||
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 */ |