Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 779a4857 authored by Tom Tucker's avatar Tom Tucker
Browse files

svcrdma: Remove unused wait q from svcrdma_xprt structure



The sc_read_wait queue head is no longer used. Remove it.

Signed-off-by: default avatarTom Tucker <tom@opengridcomputing.com>
parent 94dba491
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */