commit | f6ec953ca329d4509e5a1a1ff051365fccdbb6b7 | [log] [tgz] |
---|---|---|
author | Feiran Zheng <famcool@gmail.com> | Tue Mar 29 09:00:15 2011 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Apr 07 13:51:47 2011 +0200 |
tree | bc11ca0aeba7ae7717d57551db33216987950ef4 | |
parent | 3b8e6a2db1946b5f21e69fde31b39f43367f1928 [diff] |
hw/xen_disk: ioreq not finished on error Bug fix: routines 'ioreq_runio_qemu_sync' and 'ioreq_runio_qemu_aio' won't call 'ioreq_unmap' or 'ioreq_finish' on errors, leaving ioreq in the blkdev->inflight list and a leak. Signed-off-by: Feiran Zheng <famcool@gmail.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>