X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fsquashfs%2Fsquashfs_fs_sb.h;h=651f0b31d2966318bfd5ec7ce6ee4bd152486c8e;hb=cd1acdf1723d71b28175f95b04305f1cc74ce363;hp=2e77dc547e253df03d94f8dfe0a849358810d082;hpb=1c62c72b1a3c4478fb9069503d20c41b1f385ca1;p=mv-sheeva.git diff --git a/fs/squashfs/squashfs_fs_sb.h b/fs/squashfs/squashfs_fs_sb.h index 2e77dc547e2..651f0b31d29 100644 --- a/fs/squashfs/squashfs_fs_sb.h +++ b/fs/squashfs/squashfs_fs_sb.h @@ -4,7 +4,7 @@ * Squashfs * * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 - * Phillip Lougher + * Phillip Lougher * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -61,6 +61,7 @@ struct squashfs_sb_info { int next_meta_index; __le64 *id_table; __le64 *fragment_index; + __le64 *xattr_id_table; struct mutex read_data_mutex; struct mutex meta_index_mutex; struct meta_index *meta_index; @@ -68,9 +69,11 @@ struct squashfs_sb_info { __le64 *inode_lookup_table; u64 inode_table; u64 directory_table; + u64 xattr_table; unsigned int block_size; unsigned short block_log; long long bytes_used; unsigned int inodes; + int xattr_ids; }; #endif