dlm: remove found label in dlm_master_lookup
authorAlexander Aring <aahringo@redhat.com>
Mon, 4 Apr 2022 20:06:44 +0000 (16:06 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 6 Apr 2022 19:02:54 +0000 (14:02 -0500)
commite91ce03b27b6815cae064bb3d608b7cd26f3fab4
treec476922d8c39563b57f25cff0dffddc1d8f07e98
parentc087eabde171cf7009e513781d8e81f923630d5e
dlm: remove found label in dlm_master_lookup

This patch cleanups a not necessary label found which can be replaced by
a proper else handling to jump over a specific code block.

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