From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O24vf-0007in-It for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:55:03 -0400 Received: from [140.186.70.92] (port=54485 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O24ve-0007i1-6v for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:55:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O24vc-00053w-J6 for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:55:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63468) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O24vc-00053g-9Y for qemu-devel@nongnu.org; Wed, 14 Apr 2010 11:55:00 -0400 Message-ID: <4BC5E52F.1040709@redhat.com> Date: Wed, 14 Apr 2010 17:54:23 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] linux-aio: Fix typo in read() EINTR check References: <1271243616-8569-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1271243616-8569-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, hch@lst.de Am 14.04.2010 13:13, schrieb Stefan Hajnoczi: > Signed-off-by: Stefan Hajnoczi > --- Thanks, applied to the block branch. Kevin