commit | 6cfcb9b8b91d303ab51b78623f2299b5288d2d51 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jun 19 13:44:18 2013 +0200 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Mon Jun 24 10:25:17 2013 +0200 |
tree | d546c5428126fffa019295e4c1fb05a56100d12a | |
parent | 492fdc6fbe17b2d45878e813e980f782ac260c30 [diff] |
qcow2: Add refcount update reason to all callers This adds a refcount update reason to all callers of update_refcounts(), so that a follow-up patch can use this information to decide whether clusters that reach a refcount of 0 should be discarded in the image file. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>