> -----Original Message----- > From: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > Sent: Monday, October 9, 2023 9:18 AM > To: Bernard Metzler <BMT@xxxxxxxxxxxxxx>; jgg@xxxxxxxx; leon@xxxxxxxxxx > Cc: linux-rdma@xxxxxxxxxxxxxxx > Subject: [EXTERNAL] [PATCH 05/19] RDMA/siw: Remove rcu from siw_qp > > Remove it since it is not used. > > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > --- > drivers/infiniband/sw/siw/siw.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/infiniband/sw/siw/siw.h > b/drivers/infiniband/sw/siw/siw.h > index cec5cccd2e75..44684b74550f 100644 > --- a/drivers/infiniband/sw/siw/siw.h > +++ b/drivers/infiniband/sw/siw/siw.h > @@ -466,7 +466,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 */ > -- > 2.35.3 Thanks, makes sense! Acked-by: Bernard Metzler <bmt@xxxxxxxxxxxxxx>