OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3988-g064558a
Gerrit Code Review
gerrit@openafs.org
Thu, 31 Oct 2013 04:56:23 -0700 (PDT)
The following commit has been merged in the master branch:
commit 064558a69281398d1dc6873453449eee9b3a8d8d
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Mon Oct 28 01:06:47 2013 -0400
Windows: RDRLib Worker Thread shutdown
The thread waiting to unload the library is polling the state of
the AFS_WORKER_INITIALIZED flag in the PoolContext->State field
for each worker. Ensure that the thread performs no actions other than
PsTerminateSystemThread() after clearing the AFS_WORKER_INITIALIZED flag.
Change-Id: I0baa92f05a5d5f00219a2cc63ca71c7a6a1f52b5
Reviewed-on: http://gerrit.openafs.org/10383
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSWorker.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository