summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h
diff options
context:
space:
mode:
authorZhu Yanjun <zyjzyj2000@gmail.com>2021-09-15 10:51:28 +0300
committerJason Gunthorpe <jgg@nvidia.com>2021-09-14 22:22:48 +0300
commitad17bbef3dd573da937816edc0ab84fed6a17fa6 (patch)
tree4a524952485290b11b3d8c6d905da685801fc5fe /drivers/infiniband/sw/rxe/rxe_verbs.h
parentd12faf2dee50b4171b18e67a6e30d7e145f66c56 (diff)
downloadlinux-ad17bbef3dd573da937816edc0ab84fed6a17fa6.tar.xz
RDMA/rxe: remove the unnecessary variable
In the struct rxe_qp, the variable send_pkts is never used. So remove it. Link: https://lore.kernel.org/r/20210915075128.482919-1-yanjun.zhu@intel.com Signed-off-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/sw/rxe/rxe_verbs.h')
-rw-r--r--drivers/infiniband/sw/rxe/rxe_verbs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.h b/drivers/infiniband/sw/rxe/rxe_verbs.h
index ac2a2148027f..1fd53fb3a4b3 100644
--- a/drivers/infiniband/sw/rxe/rxe_verbs.h
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.h
@@ -240,7 +240,6 @@ struct rxe_qp {
struct sk_buff_head req_pkts;
struct sk_buff_head resp_pkts;
- struct sk_buff_head send_pkts;
struct rxe_req_info req;
struct rxe_comp_info comp;