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)
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>

No differences found