]> xenbits.xensource.com Git - libvirt.git/commit
storage: move buffer allocation inside virStorageBackendWipeExtentLocal
authorJán Tomko <jtomko@redhat.com>
Fri, 11 Dec 2015 15:49:01 +0000 (16:49 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 17 Dec 2015 11:44:35 +0000 (12:44 +0100)
commit4bccdf0ceba8a63cf36cb2fd7af4056a31f214e8
tree4e91dd67efda1e4be539263231ccb29fa197a10f
parent09cbfc0481948d3f344a5a2a8e54d8662f385a4f
storage: move buffer allocation inside virStorageBackendWipeExtentLocal

We do not need to pass a zero-filled buffer as an argument,
the function can allocate its own.
src/storage/storage_backend.c