• J
    storage: Fix build due to recent storage backend code movement · 448e2d5e
    John Ferlan 提交于
    Commit id '5f07c3c0' 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.
    448e2d5e
storage_backend_fs.c 25.5 KB