Whamcloud - gitweb
E2fsck will now check the individual block group inode and block free counts,
authorTheodore Ts'o <tytso@mit.edu>
Tue, 25 Jan 2005 08:09:24 +0000 (03:09 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 25 Jan 2005 08:09:24 +0000 (03:09 -0500)
commit550a4afa24be35976edffe578555de30e06c456a
treeb8636bd9ad24334a2d1608ad5f3247a74e2a6236
parentfbc3514623262e695679d08557ad270fd9df6eeb
E2fsck will now check the individual block group inode and block free counts,
as well as the filesystem-wide inode and block free counts.  If any of the
free counts is too large, force a full filesystem check.  (Addresses
Debian Bug #291571)
e2fsck/ChangeLog
e2fsck/super.c
e2fsck/unix.c
tests/ChangeLog
tests/f_summary_counts/expect.1 [new file with mode: 0644]
tests/f_summary_counts/expect.2 [new file with mode: 0644]
tests/f_summary_counts/image.gz [new file with mode: 0644]
tests/f_summary_counts/name [new file with mode: 0644]
tests/f_summary_counts/script [new file with mode: 0644]