Add padding to ext2 superblock structure (to 512 bytes).

svn path=/trunk/; revision=42565
This commit is contained in:
Dmitry Gorbachev 2009-08-09 14:39:44 +00:00
parent b14357b82c
commit 46ad3be153

View file

@ -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. */