Btrfs: fix btrfs acl #ifdef checks
[linux-2.6-block.git] / fs / btrfs / ctree.h
index d0cede5ff25e06c2df85426c4340be4021a50a3b..dfd7e6fc66d31648ea47252a52ebb72db2726dda 100644 (file)
@@ -2374,7 +2374,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options);
 int btrfs_sync_fs(struct super_block *sb, int wait);
 
 /* acl.c */
-#ifdef CONFIG_BTRFS_POSIX_ACL
+#ifdef CONFIG_BTRFS_FS_POSIX_ACL
 int btrfs_check_acl(struct inode *inode, int mask);
 #else
 #define btrfs_check_acl NULL