From: Andreas Gruenbacher Date: Fri, 25 Jul 2025 13:09:00 +0000 (+0200) Subject: gfs2: Remove unused GIF_FREE_VFS_INODE flag X-Git-Tag: v6.18-rc1~227^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60c6273131330a57b3eb55233d3706f48e4c4b3e;p=thirdparty%2Flinux.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 d4ad82f47eeea..e3a8a28acb998 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, };