fs: dlm: cleanup STOP_IO bitflag set when stop io
authorAlexander Aring <aahringo@redhat.com>
Mon, 29 May 2023 21:44:34 +0000 (17:44 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 14 Jun 2023 15:17:33 +0000 (10:17 -0500)
commitd41a1a3db49f4b128404114f693398f2878b5100
tree853943e64f08a7aa4c11ce34acae0e8a9b8fe4f6
parentf8bce79d9d9edb8d2302a216f298f4839fb0adb6
fs: dlm: cleanup STOP_IO bitflag set when stop io

There should no difference between setting the CF_IO_STOP flag
before restore_callbacks() to do it before or afterwards. The
restore_callbacks() will be sure that no callback is executed anymore
when the bit wasn't set.

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