From owner-cvs-all@FreeBSD.ORG Fri Feb 24 20:19:49 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBA216A420; Fri, 24 Feb 2006 20:19:49 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E0743D48; Fri, 24 Feb 2006 20:19:49 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 24 Feb 2006 12:19:48 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.11/8.12.9) with ESMTP id k1OKJmHO056334; Fri, 24 Feb 2006 12:19:48 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.11/8.12.11/Submit) id k1OKJmr2056333; Fri, 24 Feb 2006 12:19:48 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200602242019.k1OKJmr2056333@ambrisko.com> In-Reply-To: <43FBB898.9030309@freebsd.org> To: David Xu Date: Fri, 24 Feb 2006 12:19:48 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 20:19:49 -0000 David Xu writes: | Nate Lawson wrote: | > David Xu wrote: | > | >> davidxu 2006-02-22 00:05:12 UTC | >> | >> FreeBSD src repository | >> | >> Modified files: | >> sys/kern vfs_aio.c Log: | >> If block size is zero, use normal file operations to do I/O, | >> this eliminates a divided-by-zero fault. | >> Recommended by: phk | >> Revision Changes Path | >> 1.219 +3 -0 src/sys/kern/vfs_aio.c | > | > | > Thanks. Does this need a MFC? | > | I can reproduce it on RELENG_6. 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.