Skip to content

Commit ec5530d

Browse files
Dr. David Alan Gilbertteigland
authored andcommitted
fs: dlm: remove unused struct 'dlm_processed_nodes'
The last use of 'dlm_processed_nodes' was removed in commit 1696c75 ("fs: dlm: add send ack threshold and append acks to msgs"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Signed-off-by: David Teigland <[email protected]>
1 parent 5ce0200 commit ec5530d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

fs/dlm/lowcomms.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -858,12 +858,6 @@ static void free_processqueue_entry(struct processqueue_entry *pentry)
858858
kfree(pentry);
859859
}
860860

861-
struct dlm_processed_nodes {
862-
int nodeid;
863-
864-
struct list_head list;
865-
};
866-
867861
static void process_dlm_messages(struct work_struct *work)
868862
{
869863
struct processqueue_entry *pentry;

0 commit comments

Comments
 (0)