Btrfs: fix btrfs acl #ifdef checks
[safe/jmp/linux-2.6] / fs / btrfs / super.c
index e0a6432..3fbbf07 100644 (file)
@@ -344,7 +344,7 @@ static int btrfs_fill_super(struct super_block *sb,
        sb->s_export_op = &btrfs_export_ops;
        sb->s_xattr = btrfs_xattr_handlers;
        sb->s_time_gran = 1;
-#ifdef CONFIG_BTRFS_POSIX_ACL
+#ifdef CONFIG_BTRFS_FS_POSIX_ACL
        sb->s_flags |= MS_POSIXACL;
 #endif