]> git.proxmox.com Git - qemu.git/commit
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
authorStefan Hajnoczi <stefanha@redhat.com>
Mon, 4 Mar 2013 14:02:35 +0000 (15:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Mar 2013 15:07:50 +0000 (16:07 +0100)
commit3647917919dfce5f731755f0ac5955a64bc12570
tree724a5b5d6302251d91b3d4579a22b1ec644b63e8
parentf9cb2860bd12e223036b61a1f5d1444e57b7efce
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()

We already flush when the function completes.  There is no need to flush
after every compressed cluster.

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