Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[pandora-kernel.git] / fs / squashfs / squashfs_fs_i.h
index fbfca30..d3e3a37 100644 (file)
@@ -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;