fs: push sync_filesystem() down to the file system's remount_fs()
[deliverable/linux.git] / fs / reiserfs / super.c
index 2c803353f8ac4f70099f7cef6a590c46556c21d6..abf2b76c0d198768a0c0aef2e1eeb7241ab1beaa 100644 (file)
@@ -1319,6 +1319,7 @@ static int reiserfs_remount(struct super_block *s, int *mount_flags, char *arg)
        int i;
 #endif
 
+       sync_filesystem(s);
        reiserfs_write_lock(s);
 
 #ifdef CONFIG_QUOTA
This page took 0.034695 seconds and 5 git commands to generate.