fs: dlm: LSFL_CB_DELAY only for kernel lockspaces
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Aug 2022 19:43:26 +0000 (15:43 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 23 Aug 2022 20:02:46 +0000 (15:02 -0500)
commit9cb16d42717b114e8dec9d534a9d807b618e9f92
tree5d99ff7851e90b0069daaf4c3128ee57968e8ee4
parent12cda13cfd5310bbfefdfe32a82489228e2e0381
fs: dlm: LSFL_CB_DELAY only for kernel lockspaces

This patch only set/clear the LSFL_CB_DELAY bit when it's actually a
kernel lockspace signaled by if ls->ls_callback_wq is set or not set in
this case. User lockspaces will never evaluate this flag.

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