Windows: avoid duplicate volume update queries
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 9 Aug 2011 18:26:33 +0000 (14:26 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Tue, 23 Aug 2011 19:12:17 +0000 (12:12 -0700)
commit21acdd92c8510a9f99243588388a2a1078547533
tree1ea3cd94bbab89f8e9e77d2f8a4c10ada8720d88
parent0fb2e3a6dbfdf91bcf1591e454a00171792b7a38
Windows: avoid duplicate volume update queries

If multiple volume update queries have stacked up in
cm_UpdateVolumeLocation() and the active query failed,
do not re-issued the blocked queries.  Instead, prevent new
queries for 60 seconds and fail those that blocked during
the active query.

Change-Id: Ic3f55ae08da36900fc8c7a89b6487ae53f381eb3
Reviewed-on: http://gerrit.openafs.org/5296
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_volume.c