diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-16 22:17:04 -0400 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 14:54:06 -0400 |
commit | f41d207cbedecd82f797adcce83890aa96f1c9e9 (patch) | |
tree | 76322fb62237fe3f5ad65d3c4a74f825e9e016fe /fs/squashfs/squashfs_fs_i.h | |
parent | 4b5397dc24ab12afaac85be3d0863b7f6eb8b0f0 (diff) |
squashfs: add support for xattr reading
Add support for listxattr and getxattr. Also add xattr definitions.
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
Diffstat (limited to 'fs/squashfs/squashfs_fs_i.h')
-rw-r--r-- | fs/squashfs/squashfs_fs_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/squashfs/squashfs_fs_i.h b/fs/squashfs/squashfs_fs_i.h index fbfca30c0c68..d3e3a37f28a1 100644 --- a/fs/squashfs/squashfs_fs_i.h +++ b/fs/squashfs/squashfs_fs_i.h | |||
@@ -26,6 +26,9 @@ | |||
26 | struct squashfs_inode_info { | 26 | struct squashfs_inode_info { |
27 | u64 start; | 27 | u64 start; |
28 | int offset; | 28 | int offset; |
29 | u64 xattr; | ||
30 | unsigned int xattr_size; | ||
31 | int xattr_count; | ||
29 | union { | 32 | union { |
30 | struct { | 33 | struct { |
31 | u64 fragment_block; | 34 | u64 fragment_block; |