From owner-cvs-all@FreeBSD.ORG Fri Feb 24 22:40:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id BE94716A422; Fri, 24 Feb 2006 22:40:00 +0000 (GMT) (envelope-from davidxu@freebsd.org) Message-ID: <43FF8B44.2080903@freebsd.org> Date: Sat, 25 Feb 2006 06:40:04 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.12) Gecko/20060117 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Ambrisko References: <200602242019.k1OKJmr2056333@ambrisko.com> In-Reply-To: <200602242019.k1OKJmr2056333@ambrisko.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 22:40:02 -0000 Doug Ambrisko wrote: >BTW, are you looking at why the regressions tests for aio & kqueue: > /usr/src/tools/regression/aio/kqueue/aio_kqueue >fail when using a file-system? It works fine with a raw partition. >It's a pain that this stuff keeps getting broken :-( > >I haven't got around to rolling back all the changes to find the problem. > >Thanks, > >Doug A. > > > > How did you test it ?