OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_15-68-ge452a49

Gerrit Code Review gerrit@openafs.org
Sun, 8 Jul 2012 23:38:23 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit e452a497e9aeb60070763d7c59b679e98e599a58
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Mon Jul 9 00:49:13 2012 -0400

    Windows: record mount point string data version
    
    The Windows cache manager stores the mount point or symlink target
    string in the cm_scache_t object.  If the string is the empty string
    then the target needs to be resolved.  Otherwise it is considered
    up to date.  With this approach, care must be taken to ensure that
    the string is erased whenever the data version changes.
    
    This patchset records the data version of the mount point target
    string in the cm_scache_t object.  Being up to date is determined
    by comparing the current data version of the object to the mount
    point string version.  A match and the string is up to date.
    
    Reviewed-on: http://gerrit.openafs.org/7745
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 606d9554e2880c2978675b7eae3fa5f53bd07c3d)
    
    Change-Id: I60b241a4e8fb798cff58ac7eb812774e0fdc892d
    Reviewed-on: http://gerrit.openafs.org/7748
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_callback.c  |    4 ++--
 src/WINNT/afsd/cm_freelance.c |    3 ++-
 src/WINNT/afsd/cm_memmap.h    |    2 +-
 src/WINNT/afsd/cm_scache.c    |   16 +++-------------
 src/WINNT/afsd/cm_scache.h    |    1 +
 src/WINNT/afsd/cm_vnodeops.c  |    7 +++++--
 6 files changed, 14 insertions(+), 19 deletions(-)

-- 
OpenAFS Master Repository