]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fs: dlm: remove unused struct 'dlm_processed_nodes'
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 30 May 2024 23:49:18 +0000 (00:49 +0100)
committerDavid Teigland <teigland@redhat.com>
Wed, 12 Jun 2024 20:50:29 +0000 (15:50 -0500)
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>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c

index 591385701c7d0a505460ce489b7000a542e37b8b..2e3e269d820e78e9b775fdf1138e4aea8a22f16e 100644 (file)
@@ -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;