commit | dabc4a5c60f796a8e7171272284ba077f9c1e439 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jan 23 17:41:39 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 11 17:04:39 2015 -0800 |
tree | cf56e2d0756a2b61f44baeb10e536b2babf43e94 | |
parent | caf0047e7e1e60a7ad1d655d3b81b32e2dfb6095 [diff] |
f2fs: fix not to drop mount options when retrying fill_super If wrong mount option was requested, f2fs tries to fill_super again. But, during the next trial, f2fs has no valid mount options, since parse_options deleted all the separators in the original string. Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>