OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2524-ga9a768f
Gerrit Code Review
gerrit@openafs.org
Wed, 16 May 2012 06:04:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit a9a768fb7ac06c887c45f6ed144c312fe357ab1e
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Tue May 15 23:27:36 2012 -0400
Windows: avoid duplicate work cm_Analyze
During VNOVOL processing, if the volume is replicated and the
server reference status is "not busy", set the status to busy
and avoid calling cm_SetServerBusyStatus() because that function
mirrors the loop that is already being processed.
Change-Id: I1c92fd02fecc92c3dcd94a33eb87fe5c2fa254ae
Reviewed-on: http://gerrit.openafs.org/7411
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/WINNT/afsd/cm_conn.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository