commit | 44ff42de1c2df7255108d88e98c2bfe6e7bdbf88 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue May 26 14:36:02 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Wed May 27 09:45:15 2009 -0500 |
tree | b1fe5ec766593231f4cc6828969536019ea8c33a | |
parent | ade406775d3795141927bdd581edee2cb44da864 [diff] |
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 <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>