From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51707) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtdhQ-00025J-9i for qemu-devel@nongnu.org; Fri, 11 Jan 2013 07:27:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtdhO-0000OV-EO for qemu-devel@nongnu.org; Fri, 11 Jan 2013 07:27:04 -0500 Message-ID: <50F00510.5070804@redhat.com> Date: Fri, 11 Jan 2013 13:26:56 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1357828115-574-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1357828115-574-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH scsi-ish] raw-posix: fix bdrv_aio_ioctl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, qemu-stable@nongnu.org Am 10.01.2013 15:28, schrieb Paolo Bonzini: > When the raw-posix aio=thread code was moved from posix-aio-compat.c > to block/raw-posix.c, there was an unintended change to the ioctl code. > The code used to return the ioctl command, which posix_aio_read() > would later morph into a zero. This hack is not necessary anymore, > and in fact breaks scsi-generic (which expects a zero return code). > Remove it. > > Cc: qemu-stable@nongnu.org > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin