aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/Makefile
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@redhat.com>2008-08-28 06:21:15 -0400
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:04:07 -0400
commiteab922ec8907b8c506e799785e7e2d16eabe50e4 (patch)
treed983401313631d24240524d40c9ef1d19ed4e5ac /fs/btrfs/Makefile
parent639cb58675ce9b507eed9c3d6b3335488079b21a (diff)
downloadkernel_samsung_smdk4412-eab922ec8907b8c506e799785e7e2d16eabe50e4.zip
kernel_samsung_smdk4412-eab922ec8907b8c506e799785e7e2d16eabe50e4.tar.gz
kernel_samsung_smdk4412-eab922ec8907b8c506e799785e7e2d16eabe50e4.tar.bz2
Btrfs: compile when posix acl's are disabled
This patch makes btrfs so it will compile properly when acls are disabled. I tested this and it worked with CONFIG_FS_POSIX_ACL off and on. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/Makefile')
-rw-r--r--fs/btrfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/btrfs/Makefile b/fs/btrfs/Makefile
index 8213bba..3a01065 100644
--- a/fs/btrfs/Makefile
+++ b/fs/btrfs/Makefile
@@ -7,9 +7,8 @@ btrfs-y := super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
transaction.o bit-radix.o inode.o file.o tree-defrag.o \
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
- ref-cache.o export.o
+ ref-cache.o acl.o export.o
-btrfs-$(CONFIG_FS_POSIX_ACL) += acl.o
else
# Normal Makefile