diff options
author | Chao Yu <yuchao0@huawei.com> | 2017-07-05 07:17:24 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-07-07 20:34:46 +0300 |
commit | 6ac851ba895dce4b85b7adfa8ddb1fd25637e70a (patch) | |
tree | dbd176ed6ce6a8049cc428131b3989003d5e4b82 /fs/f2fs | |
parent | b855bf0e1640aa4cf2d1eef056eebcd43e0d1f5e (diff) | |
download | linux-6ac851ba895dce4b85b7adfa8ddb1fd25637e70a.tar.xz |
Revert "f2fs: fix to clean previous mount option when remount_fs"
Don't clear old mount option before parse new option during ->remount_fs
like other generic filesystems.
This reverts commit 26666c8a4366debae30ae37d0688b2bec92d196a.
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs')
-rw-r--r-- | fs/f2fs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index f27c141cd8aa..af472f7968d0 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@ -846,7 +846,6 @@ static int f2fs_remount(struct super_block *sb, int *flags, char *data) clear_sbi_flag(sbi, SBI_NEED_SB_WRITE); } - sbi->mount_opt.opt = 0; default_options(sbi); /* parse mount options */ |