]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 12 Sep 2024 20:22:12 +0000 (22:22 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 5 Nov 2024 11:39:28 +0000 (12:39 +0100)
commit9fb794aac6ddd08a9c4982372250f06137696e90
tree4e19644cb97c3fdedf6a124c19c3ea921757cee4
parentee51baa817eec7c5182c1e4450c4d1e8469faa96
gfs2: Rename GIF_{DEFERRED -> DEFER}_DELETE

The GIF_DEFERRED_DELETE flag indicates an action that gfs2_evict_inode()
should take, so rename the flag to GIF_DEFER_DELETE to clarify.

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