Skip to content

Commit 4b056db

Browse files
Alexander Aringteigland
authored andcommitted
fs: dlm: remove unused processed_nodes
The variable processed_nodes is not being used by commit 1696c75 ("fs: dlm: add send ack threshold and append acks to msgs"). This patch removes the leftover of this commit. Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: David Teigland <[email protected]>
1 parent e717f2e commit 4b056db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/dlm/lowcomms.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,6 @@ struct dlm_processed_nodes {
863863
static void process_dlm_messages(struct work_struct *work)
864864
{
865865
struct processqueue_entry *pentry;
866-
LIST_HEAD(processed_nodes);
867866

868867
spin_lock(&processqueue_lock);
869868
pentry = list_first_entry_or_null(&processqueue,

0 commit comments

Comments
 (0)