OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-107-g6505069

Gerrit Code Review gerrit@openafs.org
Tue, 1 Nov 2011 19:34:19 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 65050695a903dc12cc392d7b326cdbedfa1bf681
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Mar 23 16:46:47 2011 -0500

    DAFS: Do not record vol ops for DELETED vols
    
    When a volume is VOL_STATE_DELETED, it effectively does not exist, so
    there is little point in recording a vp->pending_vol_op structure for
    it. Just let callers checkout the volume as they would a nonexistent
    volume: without recording anything about the operation.
    
    This just reduces some edge cases and confusing debugging info, so we
    don't have to worry about cleaning up pending_vol_op structures for
    nonexistent volumes.
    
    Reviewed-on: http://gerrit.openafs.org/4296
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit dba991728ba5a90af316928348053189dac80398)
    
    Change-Id: Ica0c53e62ed885710210c7e1344e12b382302572
    Reviewed-on: http://gerrit.openafs.org/5761
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    Tested-by: Derrick Brashear <shadow@dementix.org>

 src/vol/fssync-server.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository