]> git.ipfire.org Git - thirdparty/qemu.git/commit
blkdebug: Delete BH in bdrv_aio_cancel
authorFam Zheng <famz@redhat.com>
Fri, 22 Aug 2014 04:45:50 +0000 (12:45 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 8 Sep 2014 16:23:05 +0000 (11:23 -0500)
commitfab7560c352475ebf5ab50be9e327e0eabff1a3b
treec6cc23e3914733f2cbba571c46113ee2bed2f467
parent16c92cd629f2069c25a8d21ee049f8748adb8a7a
blkdebug: Delete BH in bdrv_aio_cancel

Otherwise error_callback_bh will access the already released acb.

Cc: qemu-stable@nongnu.org
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit cbf95a0b117461473f05ab3cce4d01ba2b29e60a)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/blkdebug.c