From: Chao Yu Date: Sat, 20 Feb 2021 09:38:42 +0000 (+0800) Subject: f2fs: remove unused FORCE_FG_GC macro X-Git-Tag: v5.15~1195^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4831675c6be59dbe8e0b2a53dc237111f9307a4b;p=platform%2Fkernel%2Flinux-starfive.git f2fs: remove unused FORCE_FG_GC macro FORCE_FG_GC was introduced by commit 6aefd93b0137 ("f2fs: introduce background_gc=sync mount option"), but never be used, remove it. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index 229814b..144980b 100644 --- a/fs/f2fs/segment.h +++ b/fs/f2fs/segment.h @@ -172,12 +172,10 @@ enum { /* * BG_GC means the background cleaning job. * FG_GC means the on-demand cleaning job. - * FORCE_FG_GC means on-demand cleaning job in background. */ enum { BG_GC = 0, FG_GC, - FORCE_FG_GC, }; /* for a function parameter to select a victim segment */