Re: [f2fs-dev] [PATCH] f2fs: turn off one_time when forcibly set to foreground GC

From: Chao Yu
Date: Tue Jun 03 2025 - 22:09:20 EST


On 6/4/25 01:37, Daeho Jeong wrote:
> From: Daeho Jeong <daehojeong@xxxxxxxxxx>
>
> one_time mode is only for background GC. So, we need to set it back to
> false when foreground GC is enforced.
>

Nitpick, let's add fixes line before SOB as usual.

Fixes: 9748c2ddea4a ("f2fs: do FG_GC when GC boosting is required for zoned devices")

> Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>
> Fixes: 9748c2ddea4a ("f2fs: do FG_GC when GC boosting is required for zoned devices")

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,