Re: [f2fs-dev] [PATCH] f2fs: maintain one time GC mode is enabled during whole zoned GC cycle

From: Chao Yu
Date: Wed Oct 08 2025 - 23:15:05 EST


On 10/4/2025 6:43 AM, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

The current version missed setting one time GC for normal zoned GC
cycle. So, valid threshold control is not working. Need to fix it to
prevent excessive GC for zoned devices.

Fixes: e791d00bd06c ("f2fs: add valid block ratio not to do excessive GC for one time GC")
Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,