From: Dr. David Alan Gilbert Date: Thu, 30 May 2024 23:49:18 +0000 (+0100) Subject: fs: dlm: remove unused struct 'dlm_processed_nodes' X-Git-Tag: v6.11-rc1~159^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec5530d6932ec35e92d3ef60d51b0dbc216c8049;p=thirdparty%2Flinux.git fs: dlm: remove unused struct 'dlm_processed_nodes' The last use of 'dlm_processed_nodes' was removed in commit 1696c75f1864 ("fs: dlm: add send ack threshold and append acks to msgs"). Remove it. Signed-off-by: Dr. David Alan Gilbert Signed-off-by: David Teigland --- diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c index 591385701c7d0..2e3e269d820e7 100644 --- a/fs/dlm/lowcomms.c +++ b/fs/dlm/lowcomms.c @@ -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;