fs: push sync_filesystem() down to the file system's remount_fs()
[deliverable/linux.git] / fs / affs / super.c
index d098731b82ffa794853e66ff0bcb4e05aa59fcbc..307453086c3f84bab8edaff9a201e0da3baad819 100644 (file)
@@ -530,6 +530,7 @@ affs_remount(struct super_block *sb, int *flags, char *data)
 
        pr_debug("AFFS: remount(flags=0x%x,opts=\"%s\")\n",*flags,data);
 
+       sync_filesystem(sb);
        *flags |= MS_NODIRATIME;
 
        memcpy(volume, sbi->s_volume, 32);
This page took 0.027538 seconds and 5 git commands to generate.