fs: dlm: remove double list_first_entry call
authorAlexander Aring <aahringo@redhat.com>
Wed, 3 Nov 2021 21:04:18 +0000 (17:04 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 3 Nov 2021 21:07:20 +0000 (16:07 -0500)
commitb87b1883efe385e56384ff48e6f3108a33fde508
treeaed5732fadfb198be048a059d1710cadd3615d2e
parent6c2e3bf68f3e5e5a647aa52be246d5f552d7496d
fs: dlm: remove double list_first_entry call

This patch removes a list_first_entry() call which is already done by
the previous con_next_wq() call.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c