From 9e6c5dd73e7bc1a946b2b8b6c5a15c1f9d3534c0 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 9 Jul 2002 11:08:10 -0400 Subject: [PATCH] ext2_fs.h: Add superblock field for reserved group descriptors. --- lib/ext2fs/ChangeLog | 4 ++++ lib/ext2fs/ext2_fs.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 1eff910..55eae2e 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 9e6a975..677805a 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. */ -- 1.8.3.1