From owner-cvs-all Tue Jul 30 13:49:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C81F37B401; Tue, 30 Jul 2002 13:49:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF9B43E6A; Tue, 30 Jul 2002 13:49:29 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from freefall.freebsd.org (phk@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6UKnTJU065406; Tue, 30 Jul 2002 13:49:29 -0700 (PDT) (envelope-from phk@freefall.freebsd.org) Received: (from phk@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6UKnTpd065405; Tue, 30 Jul 2002 13:49:29 -0700 (PDT) Message-Id: <200207302049.g6UKnTpd065405@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 30 Jul 2002 13:49:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs Makefile pass5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/07/30 13:49:29 PDT Modified files: sbin/fsck_ffs Makefile pass5.c Log: Remove some additional paranoia which Kirk forgot to remove from his UFS2 commit. These bits in essence made any instance of "softupdates expected corrution", (ie blocks marked allocated but not referenced by an inode etc) result in a exit value for fsck_ffs of 2. 2 is part of the magic and appearantly undocumented protocol between fsck_FOO and fsck and means "dump into single user mode ASAP. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.11 +2 -1 src/sbin/fsck_ffs/Makefile 1.30 +0 -3 src/sbin/fsck_ffs/pass5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message