f2fs: fix not to drop mount options when retrying fill_super
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 24 Jan 2015 01:41:39 +0000 (17:41 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:39 +0000 (17:04 -0800)
commitdabc4a5c60f796a8e7171272284ba077f9c1e439
treecf56e2d0756a2b61f44baeb10e536b2babf43e94
parentcaf0047e7e1e60a7ad1d655d3b81b32e2dfb6095
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>
fs/f2fs/super.c