]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Use path instead of volume as an argument
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 1 Aug 2016 12:04:29 +0000 (14:04 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 2 Aug 2016 11:21:01 +0000 (13:21 +0200)
commit430c4ca7716fb0761df9b623c1a50d4e3d2cff7d
tree1ddb4351bac91ed255d177d3357d6bec0b8a2d33
parent8929d6d00baee21d3ff0e49a0c7208cf051a2816
storage: Use path instead of volume as an argument

Some functions use volume specification merely to use the target path
from it.  Let's change it to pass the path only so that it can be used
for other files than just volumes.

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