mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
fs: dlm: remove unused processed_nodes
The variable processed_nodes is not being used by commit 1696c75f18
("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>
This commit is contained in:
parent
e717f2e8e4
commit
4b056db81c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user