fs: push sync_filesystem() down to the file system's remount_fs()
[deliverable/linux.git] / fs / fuse / inode.c
index d468643a68b2f4b9b9cf7ca38de529db096f89ed..ecdb255d086da871b5c092398f74644d04dfe2a0 100644 (file)
@@ -135,6 +135,7 @@ static void fuse_evict_inode(struct inode *inode)
 
 static int fuse_remount_fs(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        if (*flags & MS_MANDLOCK)
                return -EINVAL;
 
This page took 0.028064 seconds and 5 git commands to generate.