aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm
diff options
context:
space:
mode:
authorAlexander Aring <aahringo@redhat.com>2023-08-01 14:09:39 -0400
committerDavid Teigland <teigland@redhat.com>2023-08-10 10:33:03 -0500
commit4b056db81c5dd79d786b44c371f6e0b4371735c3 (patch)
tree4fa15dd4ef871a768d14af59ea8d82a775ee055c /fs/dlm
parente717f2e8e4896f4c59a865b11d5cb957b0bfb0e1 (diff)
downloadlinux-4b056db81c5dd79d786b44c371f6e0b4371735c3.tar.gz
fs: dlm: remove unused processed_nodes
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>
Diffstat (limited to 'fs/dlm')
-rw-r--r--fs/dlm/lowcomms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
index 9f14ea9f63224..f7bc22e74db27 100644
--- a/fs/dlm/lowcomms.c
+++ b/fs/dlm/lowcomms.c
@@ -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,