]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Rewrite allocation tracking when cloning volumes
authorJán Tomko <jtomko@redhat.com>
Fri, 3 Jul 2015 10:47:02 +0000 (12:47 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 10 Jul 2015 06:53:26 +0000 (08:53 +0200)
commite30297b0969895ba6859aaa281ca8b88323cad6a
tree21f8932bc4db7a4019f82e68c0116e4ec1848f5f
parent04d5fb2e0a92f78eca61de59971eba7fb36c6c1d
Rewrite allocation tracking when cloning volumes

Instead of storing the remaining bytes, store the position of the first
unallocated byte. This will allow changing the amount of bytes copied
by virStorageBackendCopyToFD without changing the safezero call.

No functional impact.
src/storage/storage_backend.c