Windows: cm_connLock not required for cm_GetUCell
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 7 Jan 2014 15:53:37 +0000 (10:53 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Thu, 9 Jan 2014 19:20:52 +0000 (11:20 -0800)
commitcccb5e614212c341d2f5e799066d1c30e54ba494
treea7489bcea4b54f0495bf4723dde5a530a2669fd7
parentda7adce6dddd39eb151576abfb1681c559e1e4e5
Windows: cm_connLock not required for cm_GetUCell

In cm_ConnByServer() there is no need to hold the cm_connLock across
the cm_GetUCell() call.  Obtain the cm_ucell_t object before the
cm_connLock is obtained.

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