mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
block: Rename qemu_aio_release -> qemu_aio_unref
Suggested-by: Benoît Canet <benoit.canet@irqsave.net> Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
ca5fd113b8
commit
8007429a99
16 changed files with 33 additions and 33 deletions
|
@ -397,7 +397,7 @@ static void ide_trim_bh_cb(void *opaque)
|
|||
|
||||
qemu_bh_delete(iocb->bh);
|
||||
iocb->bh = NULL;
|
||||
qemu_aio_release(iocb);
|
||||
qemu_aio_unref(iocb);
|
||||
}
|
||||
|
||||
static void ide_issue_trim_cb(void *opaque, int ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue