]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Create common file/dir pool backend helpers
authorJohn Ferlan <jferlan@redhat.com>
Wed, 18 Jan 2017 19:17:21 +0000 (14:17 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 15:40:05 +0000 (10:40 -0500)
commit5f07c3c079d4db1bc3557f090800d6f0440285aa
treefe88b4751c80a82dc7c31653104f12953f6ba8a5
parente26c21629e61e60611089fa86fb249a159bc1f37
storage: Create common file/dir pool backend helpers

Move some pool 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 a few 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