qcow2: Rename qcow2_co_create2() to qcow2_co_create()
authorKevin Wolf <kwolf@redhat.com>
Thu, 1 Mar 2018 16:45:23 +0000 (17:45 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Mar 2018 14:17:47 +0000 (15:17 +0100)
commit8ca5bfdc46031a10475fce428446d3e3c1b89e5b
tree098c48beda85752e7c38b558540dd8ac10b9c1d8
parentc2808abaf73585562ab8c3a552b270065236349a
qcow2: Rename qcow2_co_create2() to qcow2_co_create()

The functions originally known as qcow2_create() and qcow2_create2()
are now called qcow2_co_create_opts() and qcow2_co_create(), which
matches the names of the BlockDriver callbacks that they will implement
at the end of this patch series.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
block/qcow2.c