On Mon, Dec 14, 2020 at 16:55:31 +0100, Pavel Hrdina wrote: > This will allow following patches to move virStorageSource into conf > directory and virStorageDriverData into a new storage_file directory. > > Signed-off-by: Pavel Hrdina <phrdina@xxxxxxxxxx> > --- > src/storage/storage_file_fs.c | 21 +++-- > src/storage/storage_file_gluster.c | 31 +++++--- > src/util/virstoragefile.c | 118 +++++++++++++++++++++-------- > src/util/virstoragefile.h | 5 +- > src/util/virstoragefilebackend.h | 2 + > 5 files changed, 122 insertions(+), 55 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>