aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/symlink.c
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-17 19:39:02 +0100
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-17 19:54:07 +0100
commit01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch)
tree2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/symlink.c
parent67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff)
downloadkernel_samsung_smdk4412-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.zip
kernel_samsung_smdk4412-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.gz
kernel_samsung_smdk4412-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.bz2
squashfs: add xattr support configure option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/symlink.c')
-rw-r--r--fs/squashfs/symlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/symlink.c b/fs/squashfs/symlink.c
index a7ee68a..ec86434 100644
--- a/fs/squashfs/symlink.c
+++ b/fs/squashfs/symlink.c
@@ -41,6 +41,7 @@
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"
+#include "xattr.h"
static int squashfs_symlink_readpage(struct file *file, struct page *page)
{