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 3b859a3e6a0e..9864cec801ed 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2642,7 +2642,7 @@ do { \ | |||
2642 | 2642 | ||
2643 | /* acl.c */ | 2643 | /* acl.c */ |
2644 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL | 2644 | #ifdef CONFIG_BTRFS_FS_POSIX_ACL |
2645 | int btrfs_check_acl(struct inode *inode, int mask, unsigned int flags); | 2645 | int btrfs_check_acl(struct inode *inode, int mask); |
2646 | #else | 2646 | #else |
2647 | #define btrfs_check_acl NULL | 2647 | #define btrfs_check_acl NULL |
2648 | #endif | 2648 | #endif |