]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Introduce virStoragePoolObjEndAPI
authorJohn Ferlan <jferlan@redhat.com>
Sun, 8 Oct 2017 13:09:09 +0000 (09:09 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 24 Nov 2017 12:26:06 +0000 (07:26 -0500)
commit770aa08e48a17d35ba1504814f359ff55ef294dc
tree294e122b07f20ac8238722a77b246a34475e589a
parent9bfcf3ccdd2a0bb599dff27f97d5c1524cba1b79
storage: Introduce virStoragePoolObjEndAPI

For now it'll just call the virStoragePoolObjUnlock, but a future
adjustment will do something different. Since the new API will check
for a NULL object before the Unlock call, callers no longer need to
check for NULL before calling.

The virStoragePoolObjUnlock is now private/static to virstorageobj.c
with a short term forward reference.
src/conf/virstorageobj.c
src/conf/virstorageobj.h
src/libvirt_private.syms
src/storage/storage_backend_scsi.c
src/storage/storage_driver.c
src/test/test_driver.c
tests/storagevolxml2argvtest.c