OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-44-g3f8eda1

Gerrit Code Review gerrit@openafs.org
Fri, 26 Apr 2013 10:39:54 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 3f8eda16cc6821ca84560e9e1f66a4d4f2bd309c
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.
    
    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>
    (cherry picked from commit ed76e573ae5db4fb83d57217562c4998ffa845cb)
    
    Change-Id: I98a42d6cfaef5e8de9ec5f04a89a5b7a78dbabd3
    Reviewed-on: http://gerrit.openafs.org/9819
    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