public inbox for gfs2@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] fs: dlm: remove unused struct 'dlm_processed_nodes'
@ 2024-05-30 23:49 linux
  0 siblings, 0 replies; only message in thread
From: linux @ 2024-05-30 23:49 UTC (permalink / raw)
  To: aahringo, teigland; +Cc: gfs2, linux-kernel, Dr. David Alan Gilbert

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

The last use of 'dlm_processed_nodes' was removed in
commit 1696c75f1864 ("fs: dlm: add send ack threshold and append acks to
msgs").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 fs/dlm/lowcomms.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
index 6b8078085e56..21bf23abed1a 100644
--- a/fs/dlm/lowcomms.c
+++ b/fs/dlm/lowcomms.c
@@ -858,12 +858,6 @@ static void free_processqueue_entry(struct processqueue_entry *pentry)
 	kfree(pentry);
 }
 
-struct dlm_processed_nodes {
-	int nodeid;
-
-	struct list_head list;
-};
-
 static void process_dlm_messages(struct work_struct *work)
 {
 	struct processqueue_entry *pentry;
-- 
2.45.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-30 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-30 23:49 [PATCH] fs: dlm: remove unused struct 'dlm_processed_nodes' linux

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