Windows: cm_AddCellProc always call cm_NewServer
authorJeffrey Altman <jaltman@your-file-system.com>
Fri, 31 Jan 2014 05:49:44 +0000 (00:49 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Sat, 8 Feb 2014 16:31:48 +0000 (08:31 -0800)
commit1c6d5378297d2d4d768c9666cdd960e7e9b5d9b8
tree92064eba7d63b89a7984431901c7be425ea8ee7f
parent66c32ccbf1838a916d80e3bdb8d5f67061877f4c
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit dd9e59805b37a93f0f64c67cfa3ba4d80f1f358c)

Change-Id: Icc1ad30026100fd33da488282f03b999fc259183
Reviewed-on: http://gerrit.openafs.org/10825
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_cell.c
src/WINNT/afsd/cm_server.c