| commit | 3647917919dfce5f731755f0ac5955a64bc12570 | [log] [tgz] |
|---|---|---|
| author | Stefan Hajnoczi <stefanha@redhat.com> | Mon Mar 04 15:02:35 2013 +0100 |
| committer | Stefan Hajnoczi <stefanha@redhat.com> | Fri Mar 15 16:07:50 2013 +0100 |
| tree | 724a5b5d6302251d91b3d4579a22b1ec644b63e8 | |
| parent | f9cb2860bd12e223036b61a1f5d1444e57b7efce [diff] |
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>