From owner-cvs-all Wed Feb 10 21:31:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24584 for cvs-all-outgoing; Wed, 10 Feb 1999 21:31:07 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24577; Wed, 10 Feb 1999 21:31:03 -0800 (PST) (envelope-from grog@FreeBSD.org) From: Greg Lehey Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA42208; Wed, 10 Feb 1999 21:31:03 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 10 Feb 1999 21:31:03 -0800 (PST) Message-Id: <199902110531.VAA42208@freefall.freebsd.org> 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/02/10 21:31:02 PST Modified files: (Branch: RELENG_3) sys/dev/vinum vinumio.c Log: check_drive: Make sure that we don't open two different drives with the same name. Silently return EEXIST if this happens. vinum_scandisk: Collect drive numbers, not pointers, to avoid problems of relocated drives. Tripped-over-by: Bernd Walter Permitted-by: jkh Revision Changes Path 1.7.2.4 +26 -13 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message