Extend fields in dirent header

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-11 18:32:08 +01:00
parent 4aab263130
commit ea17ec49ae

View file

@ -106,11 +106,9 @@ struct grub_squash_inode
struct grub_squash_dirent_header struct grub_squash_dirent_header
{ {
/* Actually the value is the number of elements - 1. */ /* Actually the value is the number of elements - 1. */
grub_uint16_t nelems; grub_uint32_t nelems;
grub_uint16_t dummy1; grub_uint64_t ino_chunk;
grub_uint32_t ino_chunk; } __attribute__ ((packed));
grub_uint16_t dummy2[2];
};
struct grub_squash_dirent struct grub_squash_dirent
{ {