netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr'
@ 2024-05-31 23:33 linux
  2024-06-04 17:08 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: linux @ 2024-05-31 23:33 UTC (permalink / raw)
  To: allison.henderson, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-rdma, rds-devel, linux-kernel,
	Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'rds_ib_dereg_odp_mr' has been unused since the original
commit 2eafa1746f17 ("net/rds: Handle ODP mr
registration/unregistration").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 net/rds/ib_rdma.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net/rds/ib_rdma.c b/net/rds/ib_rdma.c
index 8f070ee7e742..d1cfceeff133 100644
--- a/net/rds/ib_rdma.c
+++ b/net/rds/ib_rdma.c
@@ -40,10 +40,6 @@
 #include "rds.h"
 
 struct workqueue_struct *rds_ib_mr_wq;
-struct rds_ib_dereg_odp_mr {
-	struct work_struct work;
-	struct ib_mr *mr;
-};
 
 static void rds_ib_odp_mr_worker(struct work_struct *work);
 
-- 
2.45.1


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

end of thread, other threads:[~2024-07-29 21:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 23:33 [PATCH] RDMA/rds: remove unused struct 'rds_ib_dereg_odp_mr' linux
2024-06-04 17:08 ` Simon Horman
2024-06-04 17:32   ` Dr. David Alan Gilbert
2024-06-04 17:51 ` Allison Henderson
2024-07-20  0:28   ` Dr. David Alan Gilbert
2024-07-21  7:05     ` Leon Romanovsky
2024-07-21 11:02       ` Dr. David Alan Gilbert
2024-07-21 12:06         ` Leon Romanovsky
2024-07-29 21:01           ` Dr. David Alan Gilbert
2024-07-21  6:41 ` Zhu Yanjun
2024-07-21 10:59   ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).