qcow2: handle_copied(): Get rid of keep_clusters parameter
authorKevin Wolf <kwolf@redhat.com>
Tue, 26 Mar 2013 16:50:07 +0000 (17:50 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 28 Mar 2013 10:52:43 +0000 (11:52 +0100)
commitc53ede9f6d8f0de7939eea676c1398c4073ff35e
treea4038c3fc23becffe5ccb20a040622d8d47a9542
parentacb0467f8df7e9dbc8bbcb9a2e1e8cfe17f79691
qcow2: handle_copied(): Get rid of keep_clusters parameter

Now *bytes is used to return the length of the area that can be written
to without performing an allocation or COW.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block/qcow2-cluster.c