From owner-freebsd-geom@FreeBSD.ORG Thu Oct 7 14:32:37 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3F0F16A4CE; Thu, 7 Oct 2004 14:32:37 +0000 (GMT) Received: from athena.softcardsystems.com (mail.softcardsystems.com [12.34.136.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF3043D55; Thu, 7 Oct 2004 14:32:37 +0000 (GMT) (envelope-from sah@softcardsystems.com) Received: from athena (athena [12.34.136.114])i97FVJ7o026196; Thu, 7 Oct 2004 10:31:19 -0500 Date: Thu, 7 Oct 2004 10:31:19 -0500 (EST) From: Sam X-X-Sender: sah@athena To: Poul-Henning Kamp In-Reply-To: <24464.1097159104@critter.freebsd.dk> Message-ID: References: <24464.1097159104@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: John-Mark Gurney cc: freebsd-geom@freebsd.org cc: freebsd-arch@freebsd.org Subject: Re: fdisk/geom, AoE 5.2.1 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Oct 2004 14:32:38 -0000 > Please be aware that we have _three_ I/O operations under 5.x and > later: BIO_READ, BIO_WRITE and BIO_DELETE. Just return EOPNOTSUPP > for BIO_DELETE. I was filtering out anything but R/W before I got there. Thanks for the tip on EOPNOTSUPP, though. I was returning EIO. Sam