]> git.proxmox.com Git - qemu.git/commit
raw-posix: fix bdrv_aio_ioctl
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Jan 2013 14:28:35 +0000 (15:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Jan 2013 09:06:56 +0000 (10:06 +0100)
commitb608c8dc02c78ee95455a0989bdf1b41c768b2ef
treea5c769116dfb0dbd562fbd4929ae3db8cbb8cd27
parent0e7106d8b5f7ef4f9df10baf1dfb3db482bcd046
raw-posix: fix bdrv_aio_ioctl

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 <pbonzini@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/raw-posix.c