diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 14:39:02 -0400 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 14:54:07 -0400 |
commit | 01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch) | |
tree | 2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/squashfs.h | |
parent | 67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff) |
squashfs: add xattr support configure option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/squashfs.h')
-rw-r--r-- | fs/squashfs/squashfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/squashfs/squashfs.h b/fs/squashfs/squashfs.h index 7d2381070581..305ce15d2d2d 100644 --- a/fs/squashfs/squashfs.h +++ b/fs/squashfs/squashfs.h | |||
@@ -76,12 +76,6 @@ extern int squashfs_read_inode(struct inode *, long long); | |||
76 | /* xattr.c */ | 76 | /* xattr.c */ |
77 | extern ssize_t squashfs_listxattr(struct dentry *, char *, size_t); | 77 | extern ssize_t squashfs_listxattr(struct dentry *, char *, size_t); |
78 | 78 | ||
79 | /* xattr_id.c */ | ||
80 | extern int squashfs_xattr_lookup(struct super_block *, unsigned int, int *, | ||
81 | int *, long long *); | ||
82 | extern __le64 *squashfs_read_xattr_id_table(struct super_block *, u64, | ||
83 | u64 *, int *); | ||
84 | |||
85 | /* | 79 | /* |
86 | * Inodes, files, decompressor and xattr operations | 80 | * Inodes, files, decompressor and xattr operations |
87 | */ | 81 | */ |