From owner-cvs-all Wed Feb 10 22:43:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA01492 for cvs-all-outgoing; Wed, 10 Feb 1999 22:43:16 -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 WAA01487; Wed, 10 Feb 1999 22:43:15 -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 WAA00468; Wed, 10 Feb 1999 22:43:15 -0800 (PST) (envelope-from grog@FreeBSD.org) Date: Wed, 10 Feb 1999 22:43:15 -0800 (PST) Message-Id: <199902110643.WAA00468@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 22:43:15 PST Modified files: 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 Revision Changes Path 1.12 +27 -14 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message