]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
authorKevin Wolf <kwolf@redhat.com>
Thu, 10 Nov 2011 16:25:44 +0000 (17:25 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Nov 2011 13:02:59 +0000 (14:02 +0100)
commitc68b89acd636ff545bc7cb92739c41999291ce3c
treee0c937bf913260898bd312c0848be866bf5483fd
parent980bda8ba2322f665934913fbe6c4c202d61a9f9
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk

There are two different types of flush that you can do: Flushing one level up
to the OS (i.e. writing data to the host page cache) or flushing it all the way
down to the disk. The existing functions flush to the disk, reflect this in the
function name.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/cow.c
block/qcow.c
block/qcow2.c
block/raw-win32.c
block/raw.c
block/rbd.c
block/vdi.c
block/vmdk.c
block/vpc.c
block_int.h