Whamcloud - gitweb
Add support for the meta_bg feature flag to the resize2fs program.
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 04:07:21 +0000 (23:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 04:07:21 +0000 (23:07 -0500)
commit76dd5e5c2842fb1a7b858aad3e68b5e9c16890c9
treeac821fe02a3bb0ff42ed8a8fbb4bc24f6fbeceee
parent1d4c7945ff3213bd928b8722a7f057535836db24
Add support for the meta_bg feature flag to the resize2fs program.

Fix bug in meta_bg support in mke2fs, e2fsck, and dumpe2fs; we were
incorrectly reserving the legacy block groups desriptor blocks.
12 files changed:
e2fsck/ChangeLog
e2fsck/pass1.c
lib/ext2fs/ChangeLog
lib/ext2fs/alloc_tables.c
lib/ext2fs/closefs.c
lib/ext2fs/initialize.c
misc/ChangeLog
misc/dumpe2fs.c
misc/mke2fs.c
resize/ChangeLog
resize/main.c
resize/resize2fs.c