Re: [f2fs-dev] [PATCH] f2fs: don't issue discard commands in online discard is on

2018-06-22 Thread Chao Yu
On 2018/6/22 2:05, Jaegeuk Kim wrote: > Actually, we don't need to issue discard commands, if discard is on, as > mentioned in the comment. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks, -- Check out

[f2fs-dev] [PATCH] f2fs: don't issue discard commands in online discard is on

2018-06-21 Thread Jaegeuk Kim
Actually, we don't need to issue discard commands, if discard is on, as mentioned in the comment. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index