Home
last modified time | relevance | path

Searched hist:"473 c7f02" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Drbd.c473c7f02 Fri Nov 30 08:55:46 GMT 2012 Stefan Priebe <s.priebe@profihost.ag> rbd: Fix race between aio completition and aio cancel

This one fixes a race which qemu had also in iscsi block driver
between cancellation and io completition.

qemu_rbd_aio_cancel was not synchronously waiting for the end of
the command.

To archieve this it introduces a new status flag which uses
-EINPROGRESS.

Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>