From owner-cvs-all Tue Sep 28 15:46:42 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 90E7314F06; Tue, 28 Sep 1999 15:46:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA38879; Tue, 28 Sep 1999 15:46:40 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199909282246.PAA38879@freefall.freebsd.org> From: Greg Lehey Date: Tue, 28 Sep 1999 15:46:40 -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/09/28 15:46:40 PDT Modified files: sys/dev/vinum vinumio.c Log: open_drive: Don't call set_drive_state to take a drive down, do it ourselves. This breaks a vicious circle which caused vinum to dereference a null vp if device nodes were missing. Reported-by: Brad Chisholm Alec Wolman check_drive: Don't take a drive down if it's only referenced. read_drive: Remove unused variable. Revision Changes Path 1.44 +4 -4 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message