From 60c6273131330a57b3eb55233d3706f48e4c4b3e Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 25 Jul 2025 15:09:00 +0200 Subject: [PATCH] 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 --- fs/gfs2/incore.h | 1 - 1 file changed, 1 deletion(-) 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, }; -- 2.47.3