OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3049-g5857dd3
Gerrit Code Review
gerrit@openafs.org
Sat, 27 Oct 2012 18:58:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5857dd36b2b129fd2cf187650723b896c24f5177
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Oct 19 11:26:21 2012 -0400
Windows: ObjectInfo RefCount 0 <-> 1 transitions
When the reference count transitions from 0 <-> 1 ensure that the
ObjectInfoLock is held exclusive to prevent the current thread from
altering the state while another thread is holding the ObjectInfoLock
shared in order to conditionally perform an action based upon
the the reference count being zero.
Change-Id: I5bcf384a0ea90e4896e55b537e92112ac3791a4c
Reviewed-on: http://gerrit.openafs.org/8257
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp | 40 +++++++++++++++++++++++++--
1 files changed, 37 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository