diff options
Diffstat (limited to 'fs/f2fs/super.c')
-rw-r--r-- | fs/f2fs/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 1a85f83abd53..856bdf994c0a 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c | |||
@@ -568,6 +568,8 @@ static int f2fs_remount(struct super_block *sb, int *flags, char *data) | |||
568 | struct f2fs_mount_info org_mount_opt; | 568 | struct f2fs_mount_info org_mount_opt; |
569 | int err, active_logs; | 569 | int err, active_logs; |
570 | 570 | ||
571 | sync_filesystem(sb); | ||
572 | |||
571 | /* | 573 | /* |
572 | * Save the old mount options in case we | 574 | * Save the old mount options in case we |
573 | * need to restore them. | 575 | * need to restore them. |