]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: move virStorageFileBackend code into storage_file
authorPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 09:37:33 +0000 (10:37 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 22 Jan 2021 10:10:27 +0000 (11:10 +0100)
commit65abeb058f360e395bb6e44ede8341b92400a822
treeb8bced5979e21760d6bc2521049e7846c5eae4a8
parent01f7ade91250a7974a4e4eafe784d93004887502
util: move virStorageFileBackend code into storage_file

It's used only by storage file code so it doesn't make sense to have
it in util directory.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
po/POTFILES.in
src/libvirt_private.syms
src/storage_file/meson.build
src/storage_file/storage_file_backend.c [moved from src/util/virstoragefilebackend.c with 97% similarity]
src/storage_file/storage_file_backend.h [moved from src/util/virstoragefilebackend.h with 97% similarity]
src/storage_file/storage_file_backend_fs.c
src/storage_file/storage_file_backend_gluster.c
src/storage_file/storage_source.c
src/util/meson.build