]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - lib/ext2fs/ext2fs.h
Fix bug in resize2fs which caused it to fail on filesystems with a
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Jun 2003 21:34:02 +0000 (17:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Jun 2003 21:34:02 +0000 (17:34 -0400)
commit7d7bdd578b307cad1dc248310eb279c6fb73b682
treee02bc1aaa944bcebaa44b4a128fcf68c45ee5154
parent23658ffa3083572fc118481264260cbd4ca86697
Fix bug in resize2fs which caused it to fail on filesystems with a
non-empty bad block list.  Resize2fs now discards any blocks on the
badblock list which are no longer part of the filesystem as the result
of a filesystem shrink.  (Note: this means that shrinking and then
enlarging a filesystem is no longer a reversible operation;
information about bad blocks in the part of the filesystem
which is to be chopped off will be lost.)
lib/ext2fs/ChangeLog
lib/ext2fs/badblocks.c
lib/ext2fs/ext2fs.h
lib/ext2fs/tst_badblocks.c
resize/ChangeLog
resize/resize2fs.c