OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3303-ge297a00

Gerrit Code Review gerrit@openafs.org
Thu, 31 Jan 2013 11:30:14 -0800 (PST)


The following commit has been merged in the master branch:
commit e297a00dfca21103672ab97145895cabf97112a8
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sat Dec 29 15:58:06 2012 -0500

    Windows: Decrement Fcb OpenHandleCount while locked
    
    AFSCleanup performs tests on the Fcb Open Handle Count to determine
    when to perform final cleanup tasks on the last handle close.  The
    test is protected by holding the Fcb Resource.  If the Open Handle
    Count is decremented after dropping the Resource, it creates a
    race with other threads that might be blocked entering AFSCleanup
    to close their handle on the same object.
    
    Change-Id: I0403d8aeafd736484728a25c5c48ab28e8b8a804
    Reviewed-on: http://gerrit.openafs.org/8863
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSCleanup.cpp |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository