]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 13 Sep 2024 20:56:53 +0000 (22:56 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Nov 2024 11:39:29 +0000 (12:39 +0100)
commitf6ca45e3d2b97ddb4bfcbbe44d1dd18374cd6f85
treeebd04914939c4786c7856c42931d2bec6db70cc9
parenta6033333ccce01ecada39b3ddabc03fd967e60c0
gfs2: Use mod_delayed_work in gfs2_queue_try_to_evict

In the unlikely case that we're trying to queue GLF_TRY_TO_EVICT work
for an inode that already has GLF_VERIFY_DELETE work queued, we want to
make sure that the GLF_TRY_TO_EVICT work gets scheduled immediately
instead of waiting for the delayed work timer to expire.

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