Re: [PATCH] f2fs: issue discard commands if gc_urgent is set

2017-08-28 Thread Chao Yu
On 2017/8/22 4:56, Jaegeuk Kim wrote: > It's time to issue all the discard commands, if user sets the idle time. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu > --- > fs/f2fs/segment.c | 6 +- > fs/f2fs/sysfs.c | 5 + > 2 files changed,

Re: [PATCH] f2fs: issue discard commands if gc_urgent is set

2017-08-28 Thread Chao Yu
On 2017/8/22 4:56, Jaegeuk Kim wrote: > It's time to issue all the discard commands, if user sets the idle time. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu > --- > fs/f2fs/segment.c | 6 +- > fs/f2fs/sysfs.c | 5 + > 2 files changed, 10 insertions(+), 1 deletion(-) > >

[PATCH] f2fs: issue discard commands if gc_urgent is set

2017-08-21 Thread Jaegeuk Kim
It's time to issue all the discard commands, if user sets the idle time. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 6 +- fs/f2fs/sysfs.c | 5 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index

[PATCH] f2fs: issue discard commands if gc_urgent is set

2017-08-21 Thread Jaegeuk Kim
It's time to issue all the discard commands, if user sets the idle time. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 6 +- fs/f2fs/sysfs.c | 5 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index