]> Git Repo - qemu.git/commit - block/io.c
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev
authorKevin Wolf <[email protected]>
Mon, 25 Apr 2016 12:57:23 +0000 (14:57 +0200)
committerKevin Wolf <[email protected]>
Thu, 12 May 2016 13:22:08 +0000 (15:22 +0200)
commitcab3a3563c5484f0bedbf5f78ab4a49e71a81fe7
tree4ead2e6a23f42e519effe9b639aabc9d4e97daf9
parent08844473820c93541fc47bdfeae0f2cc88cfab59
block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev

It used to be an internal helper function just for implementing
bdrv_co_do_readv/writev(), but now that it's a public interface, it
deserves a name without "do" in it.

Signed-off-by: Kevin Wolf <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Fam Zheng <[email protected]>
block/block-backend.c
block/io.c
block/raw_bsd.c
hw/ide/macio.c
include/block/block_int.h
This page took 0.02718 seconds and 4 git commands to generate.