]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
storage: wipe: Move helper code into storage backend
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Jul 2014 13:41:33 +0000 (15:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 17 Jul 2014 08:12:34 +0000 (10:12 +0200)
commit4d799b65cd193b2e23701b0cf548b85fdd498bcd
treed976a48e44a1e63b24dd4822819579e56df03dfd
parent7f1ca3d6fec5eeb20b3612bca16a0b5d5c93c895
storage: wipe: Move helper code into storage backend

The next patch will move the storage volume wiping code into the
individual backends. This patch splits out the common code to wipe a
local volume into a separate backend helper so that the next patch is
simpler.
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_driver.c