From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lztb3-000880-0M for qemu-devel@nongnu.org; Fri, 01 May 2009 10:20:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lztay-0007yh-4m for qemu-devel@nongnu.org; Fri, 01 May 2009 10:20:12 -0400 Received: from [199.232.76.173] (port=47423 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lztay-0007yO-09 for qemu-devel@nongnu.org; Fri, 01 May 2009 10:20:08 -0400 Received: from verein.lst.de ([213.95.11.210]:50980) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1Lztax-00006D-GR for qemu-devel@nongnu.org; Fri, 01 May 2009 10:20:07 -0400 Date: Fri, 1 May 2009 16:20:04 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH 1/2] fix asynchronous ioctls Message-ID: <20090501142003.GA11017@lst.de> References: <20090428095702.GA4710@lst.de> <49FAFF5D.7040605@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49FAFF5D.7040605@codemonkey.ws> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Christoph Hellwig , qemu-devel@nongnu.org On Fri, May 01, 2009 at 08:55:41AM -0500, Anthony Liguori wrote: > Christoph Hellwig wrote: > >posix_aio_read expect aio requests to return the number of bytes > >requests to be successfull, so we need to fake this up for ioctls. > > > >[NB: this function is formatted using tabs, so the new code is too. > > Or should I convert the whole function in my patch?] > > > > > >Signed-off-by: Christoph Hellwig > > > > Is there a 2/2? 2/2 is the SG_IO passthrough which I accidentally sent as reply to the previous version.