diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 06:17:04 +0400 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 22:54:06 +0400 |
commit | f41d207cbedecd82f797adcce83890aa96f1c9e9 (patch) | |
tree | 76322fb62237fe3f5ad65d3c4a74f825e9e016fe /fs/squashfs/squashfs_fs_i.h | |
parent | 4b5397dc24ab12afaac85be3d0863b7f6eb8b0f0 (diff) | |
download | linux-f41d207cbedecd82f797adcce83890aa96f1c9e9.tar.xz |
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 @@ struct squashfs_inode_info { u64 start; int offset; + u64 xattr; + unsigned int xattr_size; + int xattr_count; union { struct { u64 fragment_block; |