From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LztDS-0004AO-RN for qemu-devel@nongnu.org; Fri, 01 May 2009 09:55:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LztDO-00047O-7e for qemu-devel@nongnu.org; Fri, 01 May 2009 09:55:50 -0400 Received: from [199.232.76.173] (port=44296 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LztDO-000475-1L for qemu-devel@nongnu.org; Fri, 01 May 2009 09:55:46 -0400 Received: from yx-out-1718.google.com ([74.125.44.156]:24431) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LztDN-0005bd-56 for qemu-devel@nongnu.org; Fri, 01 May 2009 09:55:45 -0400 Received: by yx-out-1718.google.com with SMTP id 6so1300573yxn.82 for ; Fri, 01 May 2009 06:55:43 -0700 (PDT) Message-ID: <49FAFF5D.7040605@codemonkey.ws> Date: Fri, 01 May 2009 08:55:41 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/2] fix asynchronous ioctls References: <20090428095702.GA4710@lst.de> In-Reply-To: <20090428095702.GA4710@lst.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org 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? Regards, Anthony Liguori