aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs/inode.c
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-17 14:39:02 -0400
committerPhillip Lougher <phillip@lougher.demon.co.uk>2010-05-17 14:54:07 -0400
commit01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch)
tree2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/inode.c
parent67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff)
squashfs: add xattr support configure option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/inode.c')
-rw-r--r--fs/squashfs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/squashfs/inode.c b/fs/squashfs/inode.c
index 250701180a3b..62e63ad25075 100644
--- a/fs/squashfs/inode.c
+++ b/fs/squashfs/inode.c
@@ -46,6 +46,7 @@
46#include "squashfs_fs_sb.h" 46#include "squashfs_fs_sb.h"
47#include "squashfs_fs_i.h" 47#include "squashfs_fs_i.h"
48#include "squashfs.h" 48#include "squashfs.h"
49#include "xattr.h"
49 50
50/* 51/*
51 * Initialise VFS inode with the base inode information common to all 52 * Initialise VFS inode with the base inode information common to all