diff options
Diffstat (limited to 'fs/ext3/super.c')
-rw-r--r-- | fs/ext3/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext3/super.c b/fs/ext3/super.c index 37fd31ed16e7..95c6c5a6d0c5 100644 --- a/fs/ext3/super.c +++ b/fs/ext3/super.c | |||
@@ -2649,6 +2649,8 @@ static int ext3_remount (struct super_block * sb, int * flags, char * data) | |||
2649 | int i; | 2649 | int i; |
2650 | #endif | 2650 | #endif |
2651 | 2651 | ||
2652 | sync_filesystem(sb); | ||
2653 | |||
2652 | /* Store the original options */ | 2654 | /* Store the original options */ |
2653 | old_sb_flags = sb->s_flags; | 2655 | old_sb_flags = sb->s_flags; |
2654 | old_opts.s_mount_opt = sbi->s_mount_opt; | 2656 | old_opts.s_mount_opt = sbi->s_mount_opt; |