Re: [libvirt] [PATCHv5 04/28] storage: file: Tolerate NULL src when uninitializing the backend

2014-07-07 Thread Eric Blake
On 07/04/2014 05:29 AM, Peter Krempa wrote: > Allow de-init of null storage sources. > --- > src/storage/storage_driver.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ACK > diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c > index 8c0c5d6..ae86c69 100644 > --

[libvirt] [PATCHv5 04/28] storage: file: Tolerate NULL src when uninitializing the backend

2014-07-04 Thread Peter Krempa
Allow de-init of null storage sources. --- src/storage/storage_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index 8c0c5d6..ae86c69 100644 --- a/src/storage/storage_driver.c +++ b/src/storage/storage_driver.