diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index d0cede5ff25e..dfd7e6fc66d3 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2374,7 +2374,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options); | |||
2374 | int btrfs_sync_fs(struct super_block *sb, int wait); | 2374 | int btrfs_sync_fs(struct super_block *sb, int wait); |
2375 | 2375 | ||
2376 | /* acl.c */ | 2376 | /* acl.c */ |
2377 | #ifdef CONFIG_BTRFS_POSIX_ACL | 2377 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL |
2378 | int btrfs_check_acl(struct inode *inode, int mask); | 2378 | int btrfs_check_acl(struct inode *inode, int mask); |
2379 | #else | 2379 | #else |
2380 | #define btrfs_check_acl NULL | 2380 | #define btrfs_check_acl NULL |