
31 May
2011
31 May
'11
12:49 p.m.
On 05/31/2011 12:45 PM, Eric Blake wrote:
On 05/31/2011 10:03 AM, Cole Robinson wrote:
Since directories can be used for <filesystem> passthrough, they are basically storage volumes.
v2: Skip ., .., lost+found dirs
v3: Use gnulib last_component
v4: Use gnulib "dirname.h", not system <dirname.h> Don't skip lost+found
Signed-off-by: Cole Robinson <crobinso@redhat.com> --- src/storage/storage_backend.c | 44 +++++++++++++++++++++++++++++++------ src/storage/storage_backend.h | 7 +++++- src/storage/storage_backend_fs.c | 14 ++++++++--- src/util/storage_file.c | 30 +++++++++++++++++++++++++- 4 files changed, 82 insertions(+), 13 deletions(-)
ACK.
Thanks, pushed. - Cole