The following commit has been merged in the openafs-devel-1_7_x branch:
commit 1c6d5378297d2d4d768c9666cdd960e7e9b5d9b8
Author: Jeffrey Altman <[email protected]>
Date:   Fri Jan 31 00:49:44 2014 -0500

    Windows: cm_AddCellProc always call cm_NewServer
    
    The current implementation of cm_NewServer handles races and
    collisions.  There is no need to perform a cm_FindServer() check
    first.  Just call cm_NewServer() for all server entries.
    
    Move the logging of server creation and cell assignment to
    cm_NewServer().
    
    Reviewed-on: http://gerrit.openafs.org/10775
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit dd9e59805b37a93f0f64c67cfa3ba4d80f1f358c)
    
    Change-Id: Icc1ad30026100fd33da488282f03b999fc259183
    Reviewed-on: http://gerrit.openafs.org/10825
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_cell.c   |   16 ++--------------
 src/WINNT/afsd/cm_server.c |   32 ++++++++++++++++++++++++++++++--
 2 files changed, 32 insertions(+), 16 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to