fs: dlm: remove unused processed_nodes
authorAlexander Aring <aahringo@redhat.com>
Tue, 1 Aug 2023 18:09:39 +0000 (14:09 -0400)
committerDavid Teigland <teigland@redhat.com>
Thu, 10 Aug 2023 15:33:03 +0000 (10:33 -0500)
The variable processed_nodes is not being used by commit 1696c75f1864
("fs: dlm: add send ack threshold and append acks to msgs"). This patch
removes the leftover of this commit.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c

index 9f14ea9..f7bc22e 100644 (file)
@@ -863,7 +863,6 @@ struct dlm_processed_nodes {
 static void process_dlm_messages(struct work_struct *work)
 {
        struct processqueue_entry *pentry;
-       LIST_HEAD(processed_nodes);
 
        spin_lock(&processqueue_lock);
        pentry = list_first_entry_or_null(&processqueue,