]> git.proxmox.com Git - mirror_qemu.git/commit
qcow2: Move sync out of update_refcount
authorKevin Wolf <kwolf@redhat.com>
Fri, 17 Sep 2010 14:36:58 +0000 (16:36 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 21 Sep 2010 13:39:42 +0000 (15:39 +0200)
commit1c4c28149fff77b8c983fdabe4e76bdc8cadd572
treed29c329ef44080ea050e8fd9e0f8563d9e697ba2
parentc01828fb518561235812d1035804e6efca31182a
qcow2: Move sync out of update_refcount

Note that the flush is omitted intentionally in qcow2_free_clusters. If
anything, we can leak clusters here if we lose the writes.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c