From: Geert U. <Gee...@so...> - 2008-08-29 13:23:48
|
From: Geert Uytterhoeven <Gee...@so...> Signed-off-by: Geert Uytterhoeven <Gee...@so...> --- include/linux/squashfs_fs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/include/linux/squashfs_fs.h +++ b/include/linux/squashfs_fs.h @@ -260,12 +260,12 @@ struct squashfs_base_inode_header { __u8 guid; __le32 mtime; __le32 inode_number; -} __attribute__ ((packed)); +}; struct squashfs_ipc_inode_header { struct squashfs_base_inode_header base; __le32 nlink; -} __attribute__ ((packed)); +}; struct squashfs_dev_inode_header { struct squashfs_base_inode_header base; @@ -297,7 +297,7 @@ struct squashfs_lreg_inode_header { __le32 offset; __le64 file_size; __le16 block_list[0]; -} __attribute__ ((packed)); +}; struct squashfs_dir_inode_header { struct squashfs_base_inode_header base; @@ -305,7 +305,7 @@ struct squashfs_dir_inode_header { __le32 file_size_offset; /* file_size:19, offset:13 */ __le32 start_block; __le32 parent_inode; -} __attribute__ ((packed)); +}; struct squashfs_ldir_inode_header { struct squashfs_base_inode_header base; @@ -345,7 +345,7 @@ struct squashfs_fragment_entry { __le64 start_block; __le32 size; __le32 unused; -} __attribute__ ((packed)); +}; extern int squashfs_uncompress_block(void *d, int dstlen, void *s, int srclen); extern int squashfs_uncompress_init(void); -- With kind regards, Geert Uytterhoeven Software Architect Sony Techsoft Centre Europe The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium Phone: +32 (0)2 700 8453 Fax: +32 (0)2 700 8622 E-mail: Gee...@so... Internet: http://www.sony-europe.com/ A division of Sony Europe (Belgium) N.V. VAT BE 0413.825.160 · RPR Brussels Fortis · BIC GEBABEBB · IBAN BE41293037680010 |