Re: [libvirt] [PATCH v2 1/3] conf: Need to unlock pools on object allocation failure

2018-01-04 Thread Erik Skultety
On Mon, Dec 18, 2017 at 07:56:52AM -0500, John Ferlan wrote: > The RW pool could be left unlocked if allocation fails. s/unlocked/locked Erik -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH v2 1/3] conf: Need to unlock pools on object allocation failure

2017-12-18 Thread John Ferlan
The RW pool could be left unlocked if allocation fails. Signed-off-by: John Ferlan --- src/conf/virstorageobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/virstorageobj.c b/src/conf/virstorageobj.c index 49fe24b28..19903b6c5 100644 --- a/src/conf/virstorageobj.c