Re: [f2fs-dev] [PATCH v4] f2fs: stop issue discard if something wrong with f2fs

2018-04-12 Thread Chao Yu
On 2018/4/10 14:38, Chao Yu wrote: > On 2018/4/10 12:01, Yunlei He wrote: >> This patch stop async thread and umount process to issue discard >> if something wrong with f2fs, which is similar to fstrim. >> >> Signed-off-by: Yunlei He > > Reviewed-by: Chao Yu

Re: [f2fs-dev] [PATCH v4] f2fs: stop issue discard if something wrong with f2fs

2018-04-10 Thread Chao Yu
On 2018/4/10 12:01, Yunlei He wrote: > This patch stop async thread and umount process to issue discard > if something wrong with f2fs, which is similar to fstrim. > > Signed-off-by: Yunlei He Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH v4] f2fs: stop issue discard if something wrong with f2fs

2018-04-09 Thread Yunlei He
This patch stop async thread and umount process to issue discard if something wrong with f2fs, which is similar to fstrim. Signed-off-by: Yunlei He --- fs/f2fs/segment.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index