OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-52-g2f270a3

Gerrit Code Review gerrit@openafs.org
Wed, 30 Sep 2009 02:43:53 -0700 (PDT)


The following commit has been merged in the master branch:
commit 2f270a3e9206344464f1414cb04895090d93590d
Author: Tom Keiser <tkeiser@sinenomine.net>
Date:   Tue Sep 29 10:25:55 2009 -0400

    make VOL_STATE_VLRU_ADD exclusive
    
    VLRU_Add_r() places a volume into VOL_STATE_VLRU_ADD before
    calling VLRU_Wait_r(), which drops VOL_LOCK while waiting
    for the required VLRU queue to quiesce.  Thus, it is essential
    that state VOL_STATE_VLRU_ADD be marked exclusive so that
    another thread cannot mutate state until the VLRU generation
    add transaction completes.
    
    Reviewed-on: http://gerrit.openafs.org/554
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/volume_inline.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository