fs: dlm: remove unnecessary waker_up() calls
authorAlexander Aring <aahringo@redhat.com>
Thu, 12 Jan 2023 22:18:49 +0000 (17:18 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 23 Jan 2023 22:27:28 +0000 (16:27 -0600)
commit723b197bbdf1e0adbab772b8e5e022c40db6a9fe
treef12d654b2799617ca732fdb9c788177c9b3b45bc
parentef7ef015eb333c8954d7165d216ec0c774d7e4e4
fs: dlm: remove unnecessary waker_up() calls

The wake_up() is already handled inside of midcomms_node_reset() when
switching the state to CLOSED state. So there is not need to call it
after midcomms_node_reset() again.

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