Btrfs: fix btrfs acl #ifdef checks
authorChris Mason <chris.mason@oracle.com>
Tue, 13 Oct 2009 17:50:18 +0000 (13:50 -0400)
committerChris Mason <chris.mason@oracle.com>
Tue, 13 Oct 2009 17:51:39 +0000 (13:51 -0400)
commit0eda294dfc980c1cbe4f8a0564bf543f86a01ddb
tree478b0abfda753196fcb8842d002e5bb600051618
parent690587d109ffe19d6743e4cc80c18b0906b7f9ff
Btrfs: fix btrfs acl #ifdef checks

The btrfs acl code was #ifdefing for a define
that didn't exist.  This correctly matches it
to the values used by the Kconfig file.

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