]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/ncpfs/inode.c
fs: push sync_filesystem() down to the file system's remount_fs()
[mirror_ubuntu-artful-kernel.git] / fs / ncpfs / inode.c
index 2cf2ebecb55f30993eda3dd4dac1dca5b2aa3584..5f86e8080178893f7fe8ff2e1f2cfd7d2d51c406 100644 (file)
@@ -99,6 +99,7 @@ static void destroy_inodecache(void)
 
 static int ncp_remount(struct super_block *sb, int *flags, char* data)
 {
+       sync_filesystem(sb);
        *flags |= MS_NODIRATIME;
        return 0;
 }