]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gfs2: Allow immediate GLF_VERIFY_DELETE work
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 24 Sep 2024 16:38:00 +0000 (18:38 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 25 Sep 2024 15:08:23 +0000 (17:08 +0200)
commit160bc9555d8654464cbbd7bb1f6687048471d2f6
treed004094939e490dc421074adc969e0202c718839
parent1072b3aa6863bc4d91006038b032bfb4dcc98dec
gfs2: Allow immediate GLF_VERIFY_DELETE work

Add an argument to gfs2_queue_verify_delete() that allows it to queue
GLF_VERIFY_DELETE work for immediate execution.  This is used in the
next patch.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c