summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus/Makefile
diff options
context:
space:
mode:
authorVyacheslav Dubeyko2013-02-28 02:03:04 +0100
committerLinus Torvalds2013-02-28 04:10:10 +0100
commit324ef39a8a4f693035d63527f16100ed27310ecc (patch)
tree1814515cf6139fe1b4ebae8d6641c9ec6293d396 /fs/hfsplus/Makefile
parenthfsplus: rework functionality of getting, setting and deleting of extended at... (diff)
downloadkernel-qcow2-linux-324ef39a8a4f693035d63527f16100ed27310ecc.tar.gz
kernel-qcow2-linux-324ef39a8a4f693035d63527f16100ed27310ecc.tar.xz
kernel-qcow2-linux-324ef39a8a4f693035d63527f16100ed27310ecc.zip
hfsplus: add support of manipulation by attributes file
Add support of manipulation by attributes file. Signed-off-by: Vyacheslav Dubeyko <slava@dubeyko.com> Reported-by: Hin-Tak Leung <htl10@users.sourceforge.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de> Cc: Jan Kara <jack@suse.cz> 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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/hfsplus/Makefile b/fs/hfsplus/Makefile
index 3cc0df730156..09d278bb7b91 100644
--- a/fs/hfsplus/Makefile
+++ b/fs/hfsplus/Makefile
@@ -5,5 +5,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
-
+ 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