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)
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>

No differences found