]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitea457ee17a2ed2005410262e9dcd3bdf18a35387
treeaed5732fadfb198be048a059d1710cadd3615d2e
parent4b2a22beb33d0d807e487bfd7ba6359d140f67de
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