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>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user