OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3724-ged76e57
Gerrit Code Review
gerrit@openafs.org
Fri, 26 Apr 2013 06:23:35 -0700 (PDT)
The following commit has been merged in the master branch:
commit ed76e573ae5db4fb83d57217562c4998ffa845cb
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri Apr 12 11:12:13 2013 -0400
Windows: AFSInvalidateVolume ObjectInfo refcnt decrement
In AFSInvalidateVolume a reference count is obtained in order to
ensure that the object is valid throughout the invalidation request.
Although the refcnt is obtained while holding the TreeLock the refcnt
was not released while holding the TreeLock which could open the door
for another thread to race.
Change-Id: I5c7ee91b78a2ce5f03cdc5f835b15357ecbec443
Reviewed-on: http://gerrit.openafs.org/9782
Reviewed-by: Rod Widdowson <rdw@steadingsoftware.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository