]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
f2fs: start SSR much eariler to avoid FG_GC
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 25 Mar 2017 01:08:56 +0000 (21:08 -0400)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 30 Mar 2017 00:34:39 +0000 (17:34 -0700)
This patch initiates SSR much eariler, resulting in less FG_GC.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.h

index 5e8ad4280a5016d293817115a31a94daaf8d2d49..31846b0fcb957908f45e7cfbc3e6aa7e15a0373d 100644 (file)
@@ -495,7 +495,7 @@ static inline bool need_SSR(struct f2fs_sb_info *sbi)
                return false;
 
        return free_sections(sbi) <= (node_secs + 2 * dent_secs + imeta_secs +
-                                               reserved_sections(sbi) + 1);
+                                               2 * reserved_sections(sbi));
 }
 
 static inline bool has_not_enough_free_secs(struct f2fs_sb_info *sbi,