Re: [PATCH v1] f2fs: Fix over-estimating free section during FG GC

From: Chao Yu
Date: Tue May 16 2023 - 22:40:20 EST


On 2023/5/12 12:16, Yonggil Song wrote:
There was a bug that finishing FG GC unconditionally because free sections
are over-estimated after checkpoint in FG GC.
This patch initializes sec_freed by every checkpoint in FG GC.

Signed-off-by: Yonggil Song <yonggil.song@xxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,