From owner-freebsd-current Mon Dec 13 15:18:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 10226153F2 for ; Mon, 13 Dec 1999 15:18:28 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 370881C4A; Mon, 13 Dec 1999 18:18:14 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 33855381B; Mon, 13 Dec 1999 18:18:14 -0500 (EST) Date: Mon, 13 Dec 1999 18:18:14 -0500 (EST) From: Bill Fumerola Cc: Greg Lehey , current@FreeBSD.ORG Subject: Re: vinum start needs block device In-Reply-To: <19991212154736.8295D1CA0@overcee.netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Dec 1999, Peter Wemm wrote: > > - if (drive->vp->v_type != VBLK) { /* only consider bl > ock devices */ > > + if (!vn_isdisk(drive->vp)) { /* only consider bl Note: this fixes some recent problems (Hi Greg!) that I've been having. I'm now a happy puppy once again. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message