Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-28 Thread Jaegeuk Kim
Change log from v1: - relax more to issue discard commands This patch avoids to skip discard commands when user sets gc_urgent mode. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 11 +-- 1 file changed, 5 insertions(+),

Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-28 Thread Jaegeuk Kim
Change log from v1: - relax more to issue discard commands This patch avoids to skip discard commands when user sets gc_urgent mode. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git

Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-27 Thread Chao Yu
On 2018/2/27 1:47, Jaegeuk Kim wrote: > This patch avoids to skip discard commands when user sets gc_urgent mode. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

Re: [PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-27 Thread Chao Yu
On 2018/2/27 1:47, Jaegeuk Kim wrote: > This patch avoids to skip discard commands when user sets gc_urgent mode. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

[PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-26 Thread Jaegeuk Kim
This patch avoids to skip discard commands when user sets gc_urgent mode. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index 5e5e2936a26a..bda2ad048ea0 100644 ---

[PATCH 4/5] f2fs: issue discard aggressively in the gc_urgent mode

2018-02-26 Thread Jaegeuk Kim
This patch avoids to skip discard commands when user sets gc_urgent mode. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index 5e5e2936a26a..bda2ad048ea0 100644 --- a/fs/f2fs/segment.c