fs: push sync_filesystem() down to the file system's remount_fs()
[deliverable/linux.git] / fs / cramfs / inode.c
index 06610cf94d579a8da72a5d6af53b098ec43e482d..a2759112563c95916fbfed4b60eaa9f2d6535601 100644 (file)
@@ -244,6 +244,7 @@ static void cramfs_kill_sb(struct super_block *sb)
 
 static int cramfs_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        *flags |= MS_RDONLY;
        return 0;
 }
This page took 0.026083 seconds and 5 git commands to generate.