Call qemu_bh_delete at bdrv_aio_bh_cb.
authorDor Laor <dor@redhat.com>
Mon, 1 Jun 2009 09:07:23 +0000 (12:07 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Jun 2009 20:36:47 +0000 (15:36 -0500)
commite3bc7dda6699ce507d7c191e1b766802a2b14868
treeba03e9f24e7d91efccc67e17365262e7711ef50e
parentcb48eb712d5a75b56e11e3df893c1374f0b00521
Call qemu_bh_delete at bdrv_aio_bh_cb.

Also replave qemu_bh_cancel with qemu_bh_delete in bdrv_aio_cancel_em.
 Otherwise the bh will live forever in the bh list.

Signed-off-by: Dor Laor <dor@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block.c