fs: dlm: let dlm_add_cb queue work after resume only
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Oct 2022 20:45:16 +0000 (16:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 8 Nov 2022 18:59:41 +0000 (12:59 -0600)
commit85839f27b17ddebe21d36a174050420783824ed3
treed6d508f3f5e74c1146b0eafa26b498d6fe720417
parente01c4b7bd41522ae0299c07e2ee8c721fee02595
fs: dlm: let dlm_add_cb queue work after resume only

We should allow dlm_add_cb() to call queue_work() only after the
recovery queued pending for delayed lkbs. This patch will move the
switch LSFL_CB_DELAY after the delayed lkb work was processed.

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