From owner-cvs-all Tue Jan 9 21: 3: 8 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 0FF2C37B401; Tue, 9 Jan 2001 21:02:45 -0800 (PST) Received: (from grog@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0A52jW86342; Tue, 9 Jan 2001 21:02:45 -0800 (PST) (envelope-from grog) Message-Id: <200101100502.f0A52jW86342@freefall.freebsd.org> From: Greg Lehey Date: Tue, 9 Jan 2001 21:02:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2001/01/09 21:02:44 PST Modified files: sys/dev/vinum vinumio.c Log: open_drive: Refuse to open partition c of a disk device. This should eliminate one case of foot shooting . vinum_scandisk: If a drive in the partition table is downed, free it. This duplicates code for the compatibility partition, which for some reason was omitted here. Revision Changes Path 1.63 +9 -5 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message