OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-61-g526b8a7

Gerrit Code Review gerrit@openafs.org
Sun, 5 Sep 2010 08:49:47 -0700 (PDT)


The following commit has been merged in the master branch:
commit 526b8a7ca53977d6cdb91427932ac6b18bb7064d
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sun Sep 5 10:48:52 2010 -0400

    afs_DoBulkStat: don't call afs_Analyze without holding the GLOCK
    
    Limit the scope of the GUNLOCK-GLOCK blocks to cover only the RX
    calls.  This prevents afs_Analyze from being called without the
    GLOCK, which causes an oops in afs_icl_Event4() where there's
    an ASSERT_GLOCK.
    
    Change-Id: Ifa6942d08f22479c0affba3ebd1fc9bf4063d8a5
    Reviewed-on: http://gerrit.openafs.org/2668
    Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/VNOPS/afs_vnop_lookup.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository