From owner-cvs-all Wed Oct 13 1:39:12 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 64F2514A06; Wed, 13 Oct 1999 01:39:10 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA72091; Wed, 13 Oct 1999 01:39:10 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <199910130839.BAA72091@freefall.freebsd.org> From: Greg Lehey Date: Wed, 13 Oct 1999 01:39:10 -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/10/13 01:39:09 PDT Modified files: (Branch: RELENG_3) sys/dev/vinum vinumio.c Log: MFC (see revision 1.45): Fix another instance of vinum_scandisk giving a request to the daemon and then doing it itself, resulting in a panic downed drives. Sleuth-work-by: Christopher Masto vinum_scandisk: Check that a drive is up before reading from it. This is probably excessive paranoia. Revision Changes Path 1.7.2.11 +14 -8 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message