fs: dlm: debugfs for queued callbacks
authorAlexander Aring <aahringo@redhat.com>
Tue, 1 Aug 2023 18:09:40 +0000 (14:09 -0400)
committerDavid Teigland <teigland@redhat.com>
Thu, 10 Aug 2023 15:33:03 +0000 (10:33 -0500)
commit541adb0d4d10b4daf15f4b6b73c5d6b855d23eb5
tree8f0544b980e3639eef8fdccd53a4001e61c05c11
parent4b056db81c5dd79d786b44c371f6e0b4371735c3
fs: dlm: debugfs for queued callbacks

It was useful to debug an issue with the callback queue to check if any
callbacks in any lkb are for some reason not processed by the callback
workqueue. The mentioned issue was fixed by commit a034c1370ded ("fs:
dlm: fix DLM_IFL_CB_PENDING gets overwritten"). If there are similar
issue that looks like a ast callback was not processed, we can confirm
now that it is not sitting to be processed by the callback workqueue
anymore.

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