Re: [libvirt] [PATCH 10/12] storage: Pull volume removal from pool in storageVolDeleteInternal

2015-10-13 Thread Peter Krempa
On Fri, Oct 09, 2015 at 09:34:09 -0400, John Ferlan wrote: > Move the code that removes the volume from the pool into it's own API It's more of a helper than an API ... > > Signed-off-by: John Ferlan > --- > src/storage/storage_driver.c | 31 ---

[libvirt] [PATCH 10/12] storage: Pull volume removal from pool in storageVolDeleteInternal

2015-10-09 Thread John Ferlan
Move the code that removes the volume from the pool into it's own API Signed-off-by: John Ferlan --- src/storage/storage_driver.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/src/storage/storage_driver.c