From: Andreas Gruenbacher Date: Fri, 25 Jul 2025 13:09:00 +0000 (+0200) Subject: gfs2: Remove unused GIF_FREE_VFS_INODE flag X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=60c6273131330a57b3eb55233d3706f48e4c4b3e;p=users%2Fhch%2Fmisc.git gfs2: Remove unused GIF_FREE_VFS_INODE flag 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 Reviewed-by: Andrew Price --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index d4ad82f47eee..e3a8a28acb99 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -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, };