On 05/22/2014 07:47 AM, Peter Krempa wrote:
Add a storage driver API equivalent ot the access() function.
s/ot/of/
Implementations for the filesystem and gluster backends are
provided.
---
src/storage/storage_backend.h | 5 +++++
src/storage/storage_backend_fs.c | 13 +++++++++++++
src/storage/storage_backend_gluster.c | 11 +++++++++++
src/storage/storage_driver.c | 24 ++++++++++++++++++++++++
src/storage/storage_driver.h | 1 +
5 files changed, 54 insertions(+)
diff --git a/src/storage/storage_backend.h b/src/storage/storage_backend.h
+
+/**
+ * virStorageFileAccess: Check accessability of a storage file
s/accessability/accessibility/
ACK with fixes.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library
http://libvirt.org