]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 4 Feb 2025 16:35:13 +0000 (17:35 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Mon, 10 Mar 2025 17:15:38 +0000 (18:15 +0100)
commit3774f53d7f0b30a996eab4a1264611489b48f14c
tree7a9055de1bbbc23c1b9f6720c1313ad22cd24b18
parentf83f897614ab4036e76d34f389aee685f6ddb61c
gfs2: Replace GIF_DEFER_DELETE with GLF_DEFER_DELETE

Having this flag attached to the iopen glock instead of the inode is
much simpler; it eliminates a protential weird race in gfs2_try_evict().

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