]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/pstore/inode.c
fs: push sync_filesystem() down to the file system's remount_fs()
[mirror_ubuntu-zesty-kernel.git] / fs / pstore / inode.c
index 12823845d32490d220d795ee46e1a328491a1585..192297b0090da25026bb5ee9b8033b48ccca927e 100644 (file)
@@ -249,6 +249,7 @@ static void parse_options(char *options)
 
 static int pstore_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        parse_options(data);
 
        return 0;