Re: [f2fs-dev] [PATCH] f2fs: wake up gc thread immediately when gc_urgent is set

2018-08-05 Thread Chao Yu
On 2018/8/5 12:45, Sheng Yong wrote: > Fixes: 5b0e95398e2b ("f2fs: introduce sbi->gc_mode to determine the policy") > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks, -- Check out the vibrant tech community on o

[f2fs-dev] [PATCH] f2fs: wake up gc thread immediately when gc_urgent is set

2018-08-04 Thread Sheng Yong
Fixes: 5b0e95398e2b ("f2fs: introduce sbi->gc_mode to determine the policy") Signed-off-by: Sheng Yong --- fs/f2fs/sysfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c index f22782a0defe..cd2e030e47b8 100644 --- a/fs/f2fs/sysfs.c +++ b/fs/f2fs/sysfs.c @@ -