From owner-svn-src-head@FreeBSD.ORG Thu Jan 22 23:35:07 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C0B21065679; Thu, 22 Jan 2009 23:35:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 238C58FC12; Thu, 22 Jan 2009 23:35:07 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 520F741C615; Fri, 23 Jan 2009 00:35:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id RvYPliorkkWa; Fri, 23 Jan 2009 00:35:06 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 039E441C60F; Fri, 23 Jan 2009 00:35:06 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 399664448D5; Thu, 22 Jan 2009 23:31:20 +0000 (UTC) Date: Thu, 22 Jan 2009 23:31:20 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: John Baldwin In-Reply-To: <200812111532.17651.jhb@freebsd.org> Message-ID: <20090122233042.P45399@maildrop.int.zabbadoz.net> References: <200812102056.mBAKuJ97042379@svn.freebsd.org> <49415FFD.5070400@gritton.org> <200812111532.17651.jhb@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, James Gritton Subject: Re: svn commit: r185878 - in head/sys: compat/freebsd32 kern modules/aio X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 23:35:08 -0000 On Thu, 11 Dec 2008, John Baldwin wrote: > On Thursday 11 December 2008 01:46:21 pm James Gritton wrote: >> freebsd32_aio_waitcomplete() has a small error: >> >> @@ -2824,7 +2824,7 @@ >> freebsd32_aio_waitcomplete(struct thread *td, >> struct freebsd32_aio_waitcomplete_args *uap) >> { >> - struct timespec ts32; >> + struct timespec32 ts32; >> struct timespec ts, *tsp; >> int error; >> >> - Jamie > > Oof. :( I think my aiotest thing doesn't call aio_waitcomplete() so I missed > this. :( I think this has never been fixed in HEAD? -- Bjoern A. Zeeb The greatest risk is not taking one.