aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuoqing Jiang <[email protected]>2023-11-13 19:57:14 +0800
committerLeon Romanovsky <[email protected]>2023-11-15 15:58:13 +0200
commit659da08ed83a67aec9d106e44d2d88c5963fb85a (patch)
tree2f61825e788f3768f69b9f3da472dc8baa771da3
parentd248960941b71ebc1b62bd3241744f8a5eadc3d7 (diff)
RDMA/siw: Remove rcu from siw_qp
Remove it since it is not used. Acked-by: Bernard Metzler <[email protected]> Signed-off-by: Guoqing Jiang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Leon Romanovsky <[email protected]>
-rw-r--r--drivers/infiniband/sw/siw/siw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/siw/siw.h b/drivers/infiniband/sw/siw/siw.h
index 849e496c7e67..b36d1ec25327 100644
--- a/drivers/infiniband/sw/siw/siw.h
+++ b/drivers/infiniband/sw/siw/siw.h
@@ -465,7 +465,6 @@ struct siw_qp {
} term_info;
struct rdma_user_mmap_entry *sq_entry; /* mmap info for SQE array */
struct rdma_user_mmap_entry *rq_entry; /* mmap info for RQE array */
- struct rcu_head rcu;
};
/* helper macros */