From owner-cvs-sbin Thu Mar 13 07:37:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA03011 for cvs-sbin-outgoing; Thu, 13 Mar 1997 07:37:26 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA03003; Thu, 13 Mar 1997 07:37:24 -0800 (PST) Date: Thu, 13 Mar 1997 07:37:24 -0800 (PST) From: Peter Wemm Message-Id: <199703131537.HAA03003@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/fsck main.c setup.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/03/13 07:37:24 Modified: sbin/fsck main.c setup.c Log: Kill the Lite2 early "filesystem clean abort" check and go back to something closer to how we used to do it. The Lite2 way is to check the "fsclean" flag in the superblock and stop there if so (during preen). We now do the various superblock sanity checks that we used to do before since it's cheap. We now get the filesystem state summary again instead of "FILESYSTEM CLEAN; CHECKING SKIPPED" (or whatever). Revision Changes Path 1.10 +0 -4 src/sbin/fsck/main.c 1.7 +6 -4 src/sbin/fsck/setup.c