Re: [PATCH v2 1/2] f2fs: fix gc mode when gc_urgent_high_remaining is 1

From: Chao Yu
Date: Tue Oct 25 2022 - 03:35:05 EST


On 2022/10/25 14:50, Yangtao Li wrote:
Under the current logic, when gc_urgent_high_remaining is set to 1,
the mode will be switched to normal at the beginning, instead of
running in gc_urgent mode.

Let's switch the gc mode back to normal when the gc ends.

Fixes: 265576181b4a ("f2fs: remove gc_urgent_high_limited for cleanup")


Unneeded empty line here, it's trivial though...

Signed-off-by: Yangtao Li <frank.li@xxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,