Extend fields in dirent header
This commit is contained in:
parent
4aab263130
commit
ea17ec49ae
1 changed files with 3 additions and 5 deletions
|
@ -106,11 +106,9 @@ struct grub_squash_inode
|
|||
struct grub_squash_dirent_header
|
||||
{
|
||||
/* Actually the value is the number of elements - 1. */
|
||||
grub_uint16_t nelems;
|
||||
grub_uint16_t dummy1;
|
||||
grub_uint32_t ino_chunk;
|
||||
grub_uint16_t dummy2[2];
|
||||
};
|
||||
grub_uint32_t nelems;
|
||||
grub_uint64_t ino_chunk;
|
||||
} __attribute__ ((packed));
|
||||
|
||||
struct grub_squash_dirent
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue