]> xenbits.xensource.com Git - libvirt.git/commit
storage: Fix build due to recent storage backend code movement
authorJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 16:43:30 +0000 (11:43 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 16:43:30 +0000 (11:43 -0500)
commit448e2d5e94b2f082ecfd5697851c5d878fc75b15
tree94393395e2ed0ddfc1188cce635c4b297709f5c2
parenta55ddc87746d57f6e3d1f766cca6cb084dc3b0d2
storage: Fix build due to recent storage backend code movement

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.
src/storage/storage_backend_fs.c
src/storage/storage_backend_vstorage.c
src/storage/storage_util.c
src/storage/storage_util.h