]> git.proxmox.com Git - mirror_qemu.git/commit - dma-helpers.c
aio: rename AIOPool to AIOCBInfo
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 31 Oct 2012 15:34:37 +0000 (16:34 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 14 Nov 2012 17:19:21 +0000 (18:19 +0100)
commitd7331bed11f5e65b3b640aab59ab22bc61a4e77d
treeb3fdcb8d0c226455b7d952decbb78fc042e300ef
parentd37c975fb134e1b16f09b4e6545e2c0591fb6455
aio: rename AIOPool to AIOCBInfo

Now that AIOPool no longer keeps a freelist, it isn't really a "pool"
anymore.  Rename it to AIOCBInfo and make it const since it no longer
needs to be modified.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
15 files changed:
block.c
block/blkdebug.c
block/blkverify.c
block/curl.c
block/gluster.c
block/iscsi.c
block/linux-aio.c
block/qed.c
block/rbd.c
block/sheepdog.c
block/win32-aio.c
dma-helpers.c
hw/ide/core.c
qemu-aio.h
thread-pool.c