dlm: save callback debug info earlier
authorAlexander Aring <aahringo@redhat.com>
Thu, 28 Mar 2024 15:48:39 +0000 (11:48 -0400)
committerDavid Teigland <teigland@redhat.com>
Mon, 1 Apr 2024 18:31:12 +0000 (13:31 -0500)
commit4ed424280942f40b033d669eb9204a52e6d41639
tree2cf44bdb046667ada06fd93bcb76acf6c25a4dc9
parent16e98462b764002b0f747dc93e5d03bd65d0b019
dlm: save callback debug info earlier

Save lkb callback info when queueing the callback so that the
lkb struct is not needed in the callback workqueue processing.

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