From owner-cvs-src@FreeBSD.ORG Mon Jan 23 21:34:01 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E174C16A4DF; Mon, 23 Jan 2006 21:34:00 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDE5440DD; Mon, 23 Jan 2006 21:07:50 +0000 (GMT) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id E53432082; Mon, 23 Jan 2006 22:07:42 +0100 (CET) X-Spam-Tests: AWL,BAYES_00,FORGED_RCVD_HELO X-Spam-Learn: ham X-Spam-Score: -3.2/3.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on tim.des.no Received: from xps.des.no (des.no [80.203.243.180]) by tim.des.no (Postfix) with ESMTP id 60FCA2081; Mon, 23 Jan 2006 22:07:42 +0100 (CET) Received: by xps.des.no (Postfix, from userid 1001) id 48D1633C1D; Mon, 23 Jan 2006 22:07:42 +0100 (CET) To: David Xu References: <200601220559.k0M5xS5j026930@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Mon, 23 Jan 2006 22:07:42 +0100 In-Reply-To: <200601220559.k0M5xS5j026930@repoman.freebsd.org> (David Xu's message of "Sun, 22 Jan 2006 05:59:28 +0000 (UTC)") Message-ID: <86acdmvejl.fsf@xps.des.no> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master vfs_aio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2006 21:34:03 -0000 David Xu writes: > Log: > Make aio code MP safe. Thank you! While you're at it, I'd like to suggest the following: - remove the warning in NOTES about AIO being unstable / unsafe; it is no longer true (you may want to double-check with jasone, who added the warning in the first place) - add options VFS_AIO to GENERIC - merge all of this to RELENG_6 before the freeze DES --=20 Dag-Erling Sm=F8rgrav - des@des.no