]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71eb9f7d068f7fd06f579a116f4c58e803267a4f
treecf56e2d0756a2b61f44baeb10e536b2babf43e94
parentfcef3555a85d533871d3f0e318dfac72bc5e17ef
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