Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code
authorChris Ball <cjb@laptop.org>
Tue, 29 Sep 2009 17:51:05 +0000 (13:51 -0400)
committerChris Mason <chris.mason@oracle.com>
Tue, 29 Sep 2009 17:51:05 +0000 (13:51 -0400)
commit3baf0bed0a5adab95c7599d2f27124c74692ef28
treefff0aae377d71743ab4d95449bf57419280555b3
parentfd2696f399e45347c07f1f7f340e8515cace5657
Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code

We've already defined CONFIG_BTRFS_POSIX_ACL in Kconfig, but we're
currently not using it and are testing CONFIG_FS_POSIX_ACL instead.
CONFIG_FS_POSIX_ACL states "Never use this symbol for ifdefs".

Signed-off-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/acl.c
fs/btrfs/ctree.h
fs/btrfs/xattr.c