commit | 04c0938844695ab97b79a477a9f57748fe97d2f5 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Tue Mar 18 09:07:59 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Mar 18 10:13:02 2014 +0900 |
tree | 7cd1fb81cbbcc0d82984cb393634b1f404dfe6e6 | |
parent | e4fc5fbfc9e285356be7e5208bb1a2fa377b2656 [diff] |
f2fs: fix incorrect parsing with option string Previously 'background_gc={on***,off***}' is being parsed as correct option, with this patch we cloud fix the trivial bug in mount process. Change log from v1: o need to check length of parameter suggested by Jaegeuk Kim. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>