Loading fs/f2fs/gc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1025,8 +1025,8 @@ static int gc_data_segment(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, * race condition along with SSR block allocation. */ if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || get_valid_blocks(sbi, segno, false) == sbi->blocks_per_seg) get_valid_blocks(sbi, segno, true) == BLKS_PER_SEC(sbi)) return submitted; if (check_valid_map(sbi, segno, off) == 0) Loading Loading
fs/f2fs/gc.c +2 −2 Original line number Diff line number Diff line Loading @@ -1025,8 +1025,8 @@ static int gc_data_segment(struct f2fs_sb_info *sbi, struct f2fs_summary *sum, * race condition along with SSR block allocation. */ if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || get_valid_blocks(sbi, segno, false) == sbi->blocks_per_seg) get_valid_blocks(sbi, segno, true) == BLKS_PER_SEC(sbi)) return submitted; if (check_valid_map(sbi, segno, off) == 0) Loading