Whamcloud - gitweb
fsck: Fix -C handling so that subsequent progress bars are enabled
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2008 12:11:11 +0000 (08:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 Mar 2008 12:11:11 +0000 (08:11 -0400)
commitab7862049a3311c5ab3d22dde07823560d13afe0
tree2ad3ae50795034d38239ebde9f7da02ddba934d1
parent402b95d285cbd12f0f11c786badbdf23ae701a89
fsck: Fix -C handling so that subsequent progress bars are enabled

The exiting fsck instance wasn't marked as DONE, so the safety checks
thought a progress bar was still in progress, and so we didn't enable
another filesystem's checking.

Addresses-Debian-Bug: #432865
Addresses-Launchpad-Bug: #203323
Addresses-Sourceforge-Bug: #1926023

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/fsck.c