Commit ec5530d6 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by David Teigland

fs: dlm: remove unused struct 'dlm_processed_nodes'

The last use of 'dlm_processed_nodes' was removed in
commit 1696c75f ("fs: dlm: add send ack threshold and append acks to
msgs").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 5ce02000
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment