Whamcloud - gitweb
Add allow_cancellation config option
authorTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 05:52:23 +0000 (00:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 05:52:23 +0000 (00:52 -0500)
commiteb065ccf181d49cd1a3709bf607c25d07a6322f1
tree84ecd0e049421a5c93bf9fc80f4185556f37814e
parent1017f65179f4aa313f699109b471b79f99f38d3d
Add allow_cancellation config option

If the e2fsck configuration file sets the allow_cancellation option to be
true, then if the filesystem does not have any known problems, and was
known to be cleanly unmounted, then let e2fsck exit with a status code of 0
instead of 32 (FSCK_CANCELED) so that the bootup scripts will continue
without stopping the boot.  (Addresses Debian Bug: #150295)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/ChangeLog
e2fsck/unix.c