Searched hist:"541 adb0d4d10b4daf15f4b6b73c5d6b855d23eb5" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | debug_fs.c | diff 541adb0d4d10b4daf15f4b6b73c5d6b855d23eb5 Tue Aug 01 13:09:40 CDT 2023 Alexander Aring <aahringo@redhat.com> 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>
|
H A D | dlm_internal.h | diff 541adb0d4d10b4daf15f4b6b73c5d6b855d23eb5 Tue Aug 01 13:09:40 CDT 2023 Alexander Aring <aahringo@redhat.com> 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>
|