|
@@ -1540,7 +1540,7 @@ static int get_ssr_segment(struct f2fs_sb_info *sbi, int type)
|
|
|
struct curseg_info *curseg = CURSEG_I(sbi, type);
|
|
|
const struct victim_selection *v_ops = DIRTY_I(sbi)->v_ops;
|
|
|
|
|
|
- if (IS_NODESEG(type) || !has_not_enough_free_secs(sbi, 0, 0))
|
|
|
+ if (IS_NODESEG(type))
|
|
|
return v_ops->get_victim(sbi,
|
|
|
&(curseg)->next_segno, BG_GC, type, SSR);
|
|
|
|