OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_28-14-gc11f5c6

Gerrit Code Review gerrit@openafs.org
Thu, 9 Jan 2014 18:38:25 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit c11f5c6185d12ec0e0316106711a2fa31022aa7c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Jan 7 10:57:01 2014 -0500

    Windows: cm_ConnByServer fix search for replication
    
    Separate connection objects are maintained for use when accessing
    replicated and single source volumes.   If the matching connection
    type cannot be found while holding the cm_connLock shared a second
    search is performed after the lock is upgraded to an exclusive lock.
    This second connection search was not enforcing the replication criteria.
    
    Reviewed-on: http://gerrit.openafs.org/10681
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 6995a56884f31974e9b5a7c0c50e9c1aa0351a45)
    
    Change-Id: I12278e79a06cfd060951aef720e784658ccc1f12
    Reviewed-on: http://gerrit.openafs.org/10690
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_conn.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository