From owner-cvs-all Tue May 29 13:45:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83F3937B422; Tue, 29 May 2001 13:45:09 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4TKj9M85467; Tue, 29 May 2001 13:45:09 -0700 (PDT) (envelope-from iedowse) Message-Id: <200105292045.f4TKj9M85467@freefall.freebsd.org> From: Ian Dowse Date: Tue, 29 May 2001 13:45:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs setup.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 iedowse 2001/05/29 13:45:09 PDT Modified files: sbin/fsck_ffs setup.c Log: Ignore the new superblock fields fs_pendingblocks and fs_pendinginodes when comparing with the alternate superblock. These fields are used for temporary in-core information only. This should fix the "VALUES IN SUPER BLOCK DISAGREE WITH THOSE IN FIRST ALTERNATE" error from fsck_ffs that has been seen a lot recently. Revision Changes Path 1.25 +3 -1 src/sbin/fsck_ffs/setup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message