diff options
author | Theodore Ts'o <tytso@mit.edu> | 2002-07-09 11:08:10 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2002-07-09 11:08:10 -0400 |
commit | 9e6c5dd73e7bc1a946b2b8b6c5a15c1f9d3534c0 (patch) | |
tree | 5a8bf2ee402b2f6290d5042aa8afdfcbfec2a255 /lib/ext2fs | |
parent | 2b1f8279e8ede82a1e3f1a9cd6d0672a74d7353e (diff) | |
download | e2fsprogs-9e6c5dd73e7bc1a946b2b8b6c5a15c1f9d3534c0.tar.gz |
ext2_fs.h: Add superblock field for reserved group descriptors.
Diffstat (limited to 'lib/ext2fs')
-rw-r--r-- | lib/ext2fs/ChangeLog | 4 | ||||
-rw-r--r-- | lib/ext2fs/ext2_fs.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/ext2fs/ChangeLog b/lib/ext2fs/ChangeLog index 1eff9101..55eae2e8 100644 --- a/lib/ext2fs/ChangeLog +++ b/lib/ext2fs/ChangeLog @@ -1,3 +1,7 @@ +2002-06-28 Andreas Dilger <adilger@clusterfs.com> + + * ext2_fs.h: Add superblock field for reserved group descriptors. + 2002-06-28 Theodore Ts'o <tytso@mit.edu> * 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 9e6a9753..677805ac 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. */ |