]> www.infradead.org Git - users/hch/misc.git/commitdiff
gfs2: Remove unused GIF_FREE_VFS_INODE flag
authorAndreas Gruenbacher <agruenba@redhat.com>
Fri, 25 Jul 2025 13:09:00 +0000 (15:09 +0200)
committerAndreas Gruenbacher <agruenba@redhat.com>
Fri, 12 Sep 2025 10:01:45 +0000 (12:01 +0200)
Since commit 38552ff676f0 ("gfs2: Fix and clean up create / evict
interaction"), the GIF_FREE_VFS_INODE flag isn't used anymore.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Andrew Price <anprice@redhat.com>
fs/gfs2/incore.h

index d4ad82f47eeea416f5fc4fb3f3a748c4961f261e..e3a8a28acb9982da100d6688e403fc6ad52ea6bc 100644 (file)
@@ -376,7 +376,6 @@ struct gfs2_glock {
 enum {
        GIF_QD_LOCKED           = 1,
        GIF_SW_PAGED            = 3,
-       GIF_FREE_VFS_INODE      = 5,
        GIF_GLOP_PENDING        = 6,
 };