From f41d207cbedecd82f797adcce83890aa96f1c9e9 Mon Sep 17 00:00:00 2001 From: Phillip Lougher Date: Mon, 17 May 2010 03:17:04 +0100 Subject: squashfs: add support for xattr reading Add support for listxattr and getxattr. Also add xattr definitions. Signed-off-by: Phillip Lougher --- fs/squashfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/squashfs/Makefile') diff --git a/fs/squashfs/Makefile b/fs/squashfs/Makefile index c0da4a189cc4..56684d464105 100644 --- a/fs/squashfs/Makefile +++ b/fs/squashfs/Makefile @@ -5,5 +5,5 @@ obj-$(CONFIG_SQUASHFS) += squashfs.o squashfs-y += block.o cache.o dir.o export.o file.o fragment.o id.o inode.o squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o -squashfs-y += xattr_id.o +squashfs-y += xattr.o xattr_id.o -- cgit v1.2.3