Re: [libvirt] [PATCHv2 17/33] storage: Switch metadata crawler to use storage driver file access check

2014-05-27 Thread Eric Blake
On 05/22/2014 07:47 AM, Peter Krempa wrote: > Use virStorageFileAccess() to to check wether the file is accessible in s/wether/whether/ > the main part of the metadata crawler. > --- > src/storage/storage_driver.c | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > ACK. -

[libvirt] [PATCHv2 17/33] storage: Switch metadata crawler to use storage driver file access check

2014-05-22 Thread Peter Krempa
Use virStorageFileAccess() to to check wether the file is accessible in the main part of the metadata crawler. --- src/storage/storage_driver.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/storage/storage_driver.c b/src/storage/storage_driver.c index 67ab3