Whamcloud - gitweb
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 1eff910..55eae2e 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 9e6a975..677805a 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.
         */