Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/linux
[cascardo/linux.git] / fs / freevxfs / vxfs_super.c
index e37eb27..7ca8c75 100644 (file)
@@ -124,6 +124,7 @@ vxfs_statfs(struct dentry *dentry, struct kstatfs *bufp)
 
 static int vxfs_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        *flags |= MS_RDONLY;
        return 0;
 }