]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Create common file/dir volume backend helpers
authorJohn Ferlan <jferlan@redhat.com>
Sat, 21 Jan 2017 14:05:41 +0000 (09:05 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 15:40:05 +0000 (10:40 -0500)
commit1452c85fb7391babe58b691838aef8c8868c8e10
treeee79ade5b047e50e81cf7e675af7960ef852954d
parent5f07c3c079d4db1bc3557f090800d6f0440285aa
storage: Create common file/dir volume backend helpers

Move all the volume functions to storage_util to create local/common helpers
using the same naming syntax as the existing upload, download, and wipe
virStorageBackend*Local API's.

In the process of doing so, found more API's that can now become local
to storage_util. In order to distinguish between local/external - I
changed the names of the now local only ones from "virStorageBackend..."
to just "storageBackend..."

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_backend_fs.c
src/storage/storage_util.c
src/storage/storage_util.h