Author: dgorbachev Date: Sun Aug 9 16:39:44 2009 New Revision: 42565
URL: http://svn.reactos.org/svn/reactos?rev=42565&view=rev Log: Add padding to ext2 superblock structure (to 512 bytes).
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h
Modified: trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/includ... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/include/fs/ext2.h [iso-8859-1] Sun Aug 9 16:39:44 2009 @@ -104,6 +104,7 @@ char volume_name[16]; char last_mounted_on[64]; ULONG compression_info; + ULONG padding[77]; };
/* The ext2 blockgroup. */