public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] RDMA/rtrs: remove unused field of rtrs_iu
@ 2020-09-30 13:14 Gioh Kim
  2020-09-30 13:26 ` Jinpu Wang
  2020-09-30 18:26 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Gioh Kim @ 2020-09-30 13:14 UTC (permalink / raw)
  To: danil.kipnis, jinpu.wang; +Cc: linux-kernel, linux-rdma, Gioh Kim

From: Gioh Kim <gi-oh.kim@cloud.ionos.com>

list field is not used anywhere

Signed-off-by: Gioh Kim <gi-oh.kim@cloud.ionos.com>
---
 drivers/infiniband/ulp/rtrs/rtrs-pri.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/infiniband/ulp/rtrs/rtrs-pri.h b/drivers/infiniband/ulp/rtrs/rtrs-pri.h
index 0a93c87ef92b..b8e43dc4d95a 100644
--- a/drivers/infiniband/ulp/rtrs/rtrs-pri.h
+++ b/drivers/infiniband/ulp/rtrs/rtrs-pri.h
@@ -115,7 +115,6 @@ struct rtrs_sess {
 
 /* rtrs information unit */
 struct rtrs_iu {
-	struct list_head        list;
 	struct ib_cqe           cqe;
 	dma_addr_t              dma_addr;
 	void                    *buf;
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-30 18:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 13:14 [PATCH] RDMA/rtrs: remove unused field of rtrs_iu Gioh Kim
2020-09-30 13:26 ` Jinpu Wang
2020-09-30 18:26 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox