mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
Add padding to ext2 superblock structure (to 512 bytes).
svn path=/trunk/; revision=42565
This commit is contained in:
parent
b14357b82c
commit
46ad3be153
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ struct ext2_sblock
|
|||
char volume_name[16];
|
||||
char last_mounted_on[64];
|
||||
ULONG compression_info;
|
||||
ULONG padding[77];
|
||||
};
|
||||
|
||||
/* The ext2 blockgroup. */
|
||||
|
|
Loading…
Reference in a new issue