]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virStorageSourceGetBackingStoreStr: Move the function earlier
authorPeter Krempa <pkrempa@redhat.com>
Fri, 22 Jan 2021 14:15:01 +0000 (15:15 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Jan 2021 06:49:57 +0000 (07:49 +0100)
commit489742e76d2039f4b944ffc9494d5ae049b2d09a
treecfd39eccad9fa56ebbbc075f2d355f5d39fd2006
parentb889594a7092440dc916e3f43eeeaca2684571ee
virStorageSourceGetBackingStoreStr: Move the function earlier

Move it together with virStorageSourceGetRelativeBackingPath which is
the main reason why it exists. Upcoming patch will modify the comment
and arguments refering to virStorageSourceGetRelativeBackingPath so it's
better if they are together.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/storage_file/storage_source.c