]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/hfsplus/super.c
drivers/rtc/rtc-88pm860x.c: add missing of_node_put()
[karo-tx-linux.git] / fs / hfsplus / super.c
index a6abf87d79d0b4b6fb75e2cdfe15613e9def2c93..a513d2d36be956c0a82314d786941ceb0b9f8990 100644 (file)
@@ -323,6 +323,7 @@ static int hfsplus_statfs(struct dentry *dentry, struct kstatfs *buf)
 
 static int hfsplus_remount(struct super_block *sb, int *flags, char *data)
 {
+       sync_filesystem(sb);
        if ((*flags & MS_RDONLY) == (sb->s_flags & MS_RDONLY))
                return 0;
        if (!(*flags & MS_RDONLY)) {