Re: [libvirt] [PATCH] storage: Improve virStorageBackendFileSystemStop

2012-11-21 Thread Eric Blake
On 11/20/2012 07:41 PM, Osier Yang wrote: It's actually not used for DIR pool. So removing the checking. --- src/storage/storage_backend_fs.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ACK. -- Eric Blake ebl...@redhat.com+1-919-301-3266 Libvirt virtualization

Re: [libvirt] [PATCH] storage: Improve virStorageBackendFileSystemStop

2012-11-21 Thread Osier Yang
On 2012年11月21日 21:47, Eric Blake wrote: On 11/20/2012 07:41 PM, Osier Yang wrote: It's actually not used for DIR pool. So removing the checking. --- src/storage/storage_backend_fs.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ACK. Thanks, pushed. -- libvir-list

[libvirt] [PATCH] storage: Improve virStorageBackendFileSystemStop

2012-11-20 Thread Osier Yang
It's actually not used for DIR pool. So removing the checking. --- src/storage/storage_backend_fs.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/storage/storage_backend_fs.c b/src/storage/storage_backend_fs.c index 3322677..10daee3 100644 ---