From: Theodore Ts'o Date: Tue, 9 Jul 2002 15:08:10 +0000 (-0400) Subject: ext2_fs.h: Add superblock field for reserved group descriptors. X-Git-Tag: E2FSPROGS-1.28-WIP-0817~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6c5dd73e7bc1a946b2b8b6c5a15c1f9d3534c0;p=thirdparty%2Fe2fsprogs.git ext2_fs.h: Add superblock field for reserved group descriptors. --- diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 1eff91012..55eae2e83 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2002-06-28 Andreas Dilger + + * ext2_fs.h: Add superblock field for reserved group descriptors. + 2002-06-28 Theodore Ts'o * bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and diff --git a/lib/ext2fs/ext2_fs.h b/lib/ext2fs/ext2_fs.h index 9e6a9753e..677805acd 100644 --- a/lib/ext2fs/ext2_fs.h +++ b/lib/ext2fs/ext2_fs.h @@ -427,7 +427,7 @@ struct ext2_super_block { */ __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/ __u8 s_prealloc_dir_blocks; /* Nr to preallocate for dirs */ - __u16 s_padding1; + __u16 s_reserved_gdt_blocks; /* Per group table for online growth */ /* * Journaling support valid if EXT2_FEATURE_COMPAT_HAS_JOURNAL set. */