commit | 8007429a99d6ea8480ba0a7a5fb5ae92473f798c | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Thu Sep 11 13:41:28 2014 +0800 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Sep 22 11:39:17 2014 +0100 |
tree | bf761b6e8e9caa7d78236461c65913f369924208 | |
parent | ca5fd113b8ae5898853a757e06cb8d8a0c5e5d85 [diff] [blame] |
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>
diff --git a/hw/ide/core.c b/hw/ide/core.c index 055d150..190700a 100644 --- a/hw/ide/core.c +++ b/hw/ide/core.c
@@ -397,7 +397,7 @@ 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)