]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Randomize GLF_VERIFY_DELETE work delay
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 13 Sep 2024 21:07:31 +0000 (23:07 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Nov 2024 11:39:29 +0000 (12:39 +0100)
commit085e423b4d51dfe71e1967c9e508d1cb845063d3
tree0651fefa45b49544c09b7f1657e6bdf0a470fd3c
parentf6ca45e3d2b97ddb4bfcbbe44d1dd18374cd6f85
gfs2: Randomize GLF_VERIFY_DELETE work delay

Randomize the delay of GLF_VERIFY_DELETE work.  This avoids thundering
herd problems when multiple nodes schedule that kind of work in response
to an inode being unlinked remotely.

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