RE: [f2fs-dev] [PATCH] f2fs: fix incorrect parsing with option string

2014-03-17 Thread Chao Yu
ev] [PATCH] f2fs: fix incorrect parsing with option string > > Hi, > > 2014-03-17 (월), 17:40 +0800, Chao Yu: > > Previously 'background_gc={on***,off***}' is being parsed as correct option, > > with this patch we cloud fix the trivial bug in mount process. > > &g

Re: [f2fs-dev] [PATCH] f2fs: fix incorrect parsing with option string

2014-03-17 Thread Jaegeuk Kim
Hi, 2014-03-17 (월), 17:40 +0800, Chao Yu: > Previously 'background_gc={on***,off***}' is being parsed as correct option, > with this patch we cloud fix the trivial bug in mount process. > > Signed-off-by: Chao Yu > --- > fs/f2fs/super.c |4 ++-- > 1 file changed, 2 insertions(+), 2 deletion

[f2fs-dev] [PATCH] f2fs: fix incorrect parsing with option string

2014-03-17 Thread Chao Yu
Previously 'background_gc={on***,off***}' is being parsed as correct option, with this patch we cloud fix the trivial bug in mount process. Signed-off-by: Chao Yu --- fs/f2fs/super.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c inde