diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-05-07 15:27:27 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2018-05-11 15:48:57 -0400 |
commit | 2c577bfea85e421bfa91df16ccf5156361aa8d4b (patch) | |
tree | 1ad1b19b5a5cb909f3078165641cabf2172d2362 /include | |
parent | ecf85b2384ea5f7cb0577bf6143bc46d9ecfe4d3 (diff) | |
download | linux-2c577bfea85e421bfa91df16ccf5156361aa8d4b.tar.gz linux-2c577bfea85e421bfa91df16ccf5156361aa8d4b.tar.bz2 linux-2c577bfea85e421bfa91df16ccf5156361aa8d4b.zip |
svcrdma: Remove sc_rq_depth
Clean up: No need to retain rq_depth in struct svcrdma_xprt, it is
used only in svc_rdma_accept().
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include')
-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 37f759d65348..3cb66319a814 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h @@ -101,7 +101,6 @@ struct svcxprt_rdma { atomic_t sc_sq_avail; /* SQEs ready to be consumed */ unsigned int sc_sq_depth; /* Depth of SQ */ - unsigned int sc_rq_depth; /* Depth of RQ */ __be32 sc_fc_credits; /* Forward credits */ u32 sc_max_requests; /* Max requests */ u32 sc_max_bc_requests;/* Backward credits */ |