]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ext2_fs.h: Add superblock field for reserved group descriptors.
authorTheodore Ts'o <tytso@mit.edu>
Tue, 9 Jul 2002 15:08:10 +0000 (11:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 9 Jul 2002 15:08:10 +0000 (11:08 -0400)
lib/ext2fs/ChangeLog
lib/ext2fs/ext2_fs.h

index 1eff91012dfe1651ba7e0e48acc3d60fd5eb6edc..55eae2e8391f2d91e286f30e1b978065741fd8bd 100644 (file)
@@ -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
index 9e6a9753ed7b39bee09ec9b811185c3dc0ff33dc..677805acd1ce3216a0f495dc43de7ff6082551ed 100644 (file)
@@ -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.
         */