OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-44-g8cbd52a

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 15:47:07 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8cbd52a3d8493645b3adec0147865c7b78da0500
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Thu Sep 29 15:34:48 2011 +0100

    FSSYNC-Client:  Consistent use of partition name
    
    Over time the FSSYNC code has collected examples where the partition
    path is passed rather than the partition name.  In Unix this is the
    same (/vicepX), but on windows the path is the DOS device (C:).
    
    This checkin changes FSSYNC client code to always use the partition
    name.
    
    This checkin does not address FSSYNC server or SALVSYNC.
    
    Change-Id: I2f2b0c67d9df23207c47f4cd816be5b20909a1c5
    Reviewed-on: http://gerrit.openafs.org/5521
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    (cherry-picked from b4f96eb78d9403799b97a39b9659070cf1114cd1)
    Reviewed-on: http://gerrit.openafs.org/5874
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/vol/fssync.h      |    6 +++++-
 src/vol/vol-salvage.c |    2 +-
 src/vol/volume.c      |    6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository