]> Git Repo - qemu.git/commit
qcow2: Refactor update_refcount
authorKevin Wolf <[email protected]>
Tue, 26 May 2009 12:36:02 +0000 (14:36 +0200)
committerAnthony Liguori <[email protected]>
Wed, 27 May 2009 14:45:15 +0000 (09:45 -0500)
commit44ff42de1c2df7255108d88e98c2bfe6e7bdbf88
treeb1fe5ec766593231f4cc6828969536019ea8c33a
parentade406775d3795141927bdd581edee2cb44da864
qcow2: Refactor update_refcount

This is a preparation patch with no functional changes. It moves the allocation
of new refcounts block to a new function and makes update_cluster_refcount (for
one cluster) call update_refcount (for multiple clusters) instead the other way
round.

Signed-off-by: Kevin Wolf <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
block/qcow2.c
This page took 0.02492 seconds and 4 git commands to generate.