]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Clean up volume wiping
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 14 Jul 2016 05:27:02 +0000 (07:27 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 2 Aug 2016 11:21:01 +0000 (13:21 +0200)
commit068fde5fcf2fd47793a1c67d3e60d0372a4e6093
tree47b3633e4469c9893b1d3b21424f171c2ab5e21c
parent430c4ca7716fb0761df9b623c1a50d4e3d2cff7d
storage: Clean up volume wiping

Let's cleanly differentiate what wiping a volume does for ploop and
other volumes so it's more readable what is done for each one instead of
branching out multiple times in different parts of the same function.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/storage/storage_backend.c