Re: [PATCH] f2fs: don't bother wait_ms by foreground gc

From: Chao Yu
Date: Sun Jul 24 2022 - 06:00:49 EST


On 2022/7/22 10:40, Jaegeuk Kim wrote:
On 07/18, qixiaoyu1 wrote:
f2fs_gc returns -EINVAL via f2fs_balance_fs when there is enough free
secs after write checkpoint, but with gc_merge enabled, it will cause
the sleep time of gc thread to be set to no_gc_sleep_time even if there
are many dirty segments can be selected.

Signed-off-by: qixiaoyu1 <qixiaoyu1@xxxxxxxxxx>


I applied without {} to match the coding style.

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,