summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/Makefile
diff options
context:
space:
mode:
authorVyacheslav Dubeyko2013-09-11 23:24:30 +0200
committerLinus Torvalds2013-09-12 00:59:01 +0200
commitb4c1107cc962613ea3572e5abba861a35d494b98 (patch)
tree9e83d6f00b37cb65a8e2f2ef435bead7b662c10f /fs/hfsplus/Makefile
parenthfsplus: implement POSIX ACLs support (diff)
downloadkernel-qcow2-linux-b4c1107cc962613ea3572e5abba861a35d494b98.tar.gz
kernel-qcow2-linux-b4c1107cc962613ea3572e5abba861a35d494b98.tar.xz
kernel-qcow2-linux-b4c1107cc962613ea3572e5abba861a35d494b98.zip
hfsplus: integrate POSIX ACLs support into driver
Integrate implemented POSIX ACLs support into hfsplus driver. Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@infradead.org> Cc: Hin-Tak Leung <htl10@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/hfsplus/Makefile')
-rw-r--r--fs/hfsplus/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/hfsplus/Makefile b/fs/hfsplus/Makefile
index 09d278bb7b91..683fca2e5e65 100644
--- a/fs/hfsplus/Makefile
+++ b/fs/hfsplus/Makefile
@@ -7,3 +7,5 @@ obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
+
+hfsplus-$(CONFIG_HFSPLUS_FS_POSIX_ACL) += posix_acl.o