Re: [f2fs-dev] [PATCH 2/3] f2fs: add migration count iff migration happens

2020-02-16 Thread Chao Yu
BTW f2fs: add migration count iff migration happens typo: iff On 2020/2/15 2:58, Jaegeuk Kim wrote: > If first segment is empty and migration_granularity is 1, we can't move this > at all. > > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/gc.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [f2fs-dev] [PATCH 2/3] f2fs: add migration count iff migration happens

2020-02-16 Thread Chao Yu
On 2020/2/15 2:58, Jaegeuk Kim wrote: > If first segment is empty and migration_granularity is 1, we can't move this > at all. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list

[f2fs-dev] [PATCH 2/3] f2fs: add migration count iff migration happens

2020-02-14 Thread Jaegeuk Kim
If first segment is empty and migration_granularity is 1, we can't move this at all. Signed-off-by: Jaegeuk Kim --- fs/f2fs/gc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/gc.c b/fs/f2fs/gc.c index 65c0687ee2bb..bbf4db3f6bb4 100644 --- a/fs/f2fs/gc.c +++