Re: [Qemu-devel] [PATCH] blkdebug: Delete BH in bdrv_aio_cancel

2014-08-22 Thread Kevin Wolf
Am 22.08.2014 um 06:45 hat Fam Zheng geschrieben: > Otherwise error_callback_bh will access the already released acb. > > Signed-off-by: Fam Zheng Cc: qemu-sta...@nongnu.org Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] blkdebug: Delete BH in bdrv_aio_cancel

2014-08-21 Thread Fam Zheng
Otherwise error_callback_bh will access the already released acb. Signed-off-by: Fam Zheng --- block/blkdebug.c | 4 1 file changed, 4 insertions(+) diff --git a/block/blkdebug.c b/block/blkdebug.c index 1586ed9..dac7666 100644 --- a/block/blkdebug.c +++ b/block/blkdebug.c @@ -449,6 +449,1