]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/btrfs/super.c
Merge branch 'jeffm-discard-4.3' into for-linus-4.3
[karo-tx-linux.git] / fs / btrfs / super.c
index 8da24e24289630631d0e4930380de96e996c5e33..c389c13f0f383c4e086bb12045a47c4cfb343ef8 100644 (file)
@@ -1033,6 +1033,7 @@ static int btrfs_fill_super(struct super_block *sb,
        sb->s_flags |= MS_POSIXACL;
 #endif
        sb->s_flags |= MS_I_VERSION;
+       sb->s_iflags |= SB_I_CGROUPWB;
        err = open_ctree(sb, fs_devices, (char *)data);
        if (err) {
                printk(KERN_ERR "BTRFS: open_ctree failed\n");