]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gfs2: Minor cosmetic remote delete cleanups
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 25 Nov 2025 19:15:22 +0000 (19:15 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Wed, 26 Nov 2025 23:50:53 +0000 (23:50 +0000)
commit5b351583a327f59438bb87832b8eedfa972e2c3d
tree24ba15a3a015bdcd4391a36a005a688671558a86
parent64c10ed9274bc46416f502afea48b4ae11279669
gfs2: Minor cosmetic remote delete cleanups

Rename gfs2_try_evict() to gfs2_try_to_evict().  The GIF_DEFER_DELETE
flag has been superceded by the GLF_DEFER_DELETE flag, so fix a
left-over comment.  Add a clarifying comment to delete_work_func().

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