Skip to content
  • Chao Yu's avatar
    f2fs: check curseg space before foreground GC · bf34c93d
    Chao Yu authored
    
    
    When we are closing to trigger foreground GC, if there are only a few
    of dirty metas, we can log these dirty metas in left space of opened
    segments instead of triggering foreground GC.
    
    With this patch, total count of foreground GC triggered by
    test/generic/* of fstest suit reduce from 254 to 184.
    
    So let's do the check before foreground GC anyway.
    
    Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
    Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
    bf34c93d