
26 Jan
2017
26 Jan
'17
6:11 p.m.
John Ferlan wrote:
Commit id '5f07c3c07' broke the freebsd build in the libvirt CI test environment because the UMOUNT was not defined unless WITH_STORAGE_FS is defined.
So remove the virStorageBackendUmountLocal from storage_util.c,h and restore the code back in the storage_backend_fs.c and _vstorage.c modules.
Signed-off-by: John Ferlan <jferlan@redhat.com> ---
This is a build breaker - I'll push shortly...
src/storage/storage_backend_fs.c | 11 ++++++++++- src/storage/storage_backend_vstorage.c | 11 ++++++++++- src/storage/storage_util.c | 18 ------------------ src/storage/storage_util.h | 2 -- 4 files changed, 20 insertions(+), 22 deletions(-)
Thanks! Roman Bogorodskiy