diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:39:02 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:54:07 +0100 |
commit | 01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch) | |
tree | 2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/inode.c | |
parent | 67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff) | |
download | linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.gz linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.bz2 linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.zip |
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.c | 1 |
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 @@ #include "squashfs_fs_sb.h" #include "squashfs_fs_i.h" #include "squashfs.h" +#include "xattr.h" /* * Initialise VFS inode with the base inode information common to all |