From owner-cvs-all Tue May 4 22:18:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A62814FBD; Tue, 4 May 1999 22:18:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA81655; Tue, 4 May 1999 22:18:18 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199905050518.WAA81655@freefall.freebsd.org> From: Greg Lehey Date: Tue, 4 May 1999 22:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/05/04 22:18:17 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumio.c Log: MFC: Bring up to date with -CURRENT daemon_save_config: Fix a potential drive deadlock when saving config to a non-existent drive. Add debug calls to catch occasional deadlocks on drives. The problem (above) is probably gone, but the debug checks remain for a while. close_drive: If a drive has gone down and has dirty buffers associated with it, we'll get a panic when we try to vn_close it. Check for this situation and discard any buffers; they're toast anyway. Only complain about usage count if DEBUG_WARNINGS is set. check_drive: Change parameter name from drivename to devicename. Get the check for a referenced drive right. If the partition isn't a vinum drive, set the last error to ENODEV. vinum_scandisk: Change parameter name from drivename [] to devicename []. Revision Changes Path 1.7.2.6 +52 -35 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message