Re: [libvirt] [PATCH 1/4] storage: Introduce virStoragePoolObjEndAPI

2017-11-22 Thread Erik Skultety
On Thu, Nov 16, 2017 at 11:58:02AM -0500, John Ferlan wrote: > 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 calli

[libvirt] [PATCH 1/4] storage: Introduce virStoragePoolObjEndAPI

2017-11-16 Thread John Ferlan
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 virstorageo