
On Thu, Jan 21, 2021 at 20:34:22 +0100, Pavel Hrdina wrote:
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> --- po/POTFILES.in | 2 +- src/libvirt_private.syms | 8 ++++---- src/storage_file/meson.build | 1 + .../storage_file_backend.c} | 4 ++-- .../storage_file_backend.h} | 2 +- src/storage_file/storage_file_fs.c | 2 +- src/storage_file/storage_file_gluster.c | 2 +- src/storage_file/storage_source.c | 2 +- src/util/meson.build | 1 - 9 files changed, 12 insertions(+), 12 deletions(-) rename src/{util/virstoragefilebackend.c => storage_file/storage_file_backend.c} (97%) rename src/{util/virstoragefilebackend.h => storage_file/storage_file_backend.h} (97%)
Reviewed-by: Peter Krempa <pkrempa@redhat.com> although I'm probably more inclined to keep the original name without underscores and with vir prefix.