OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1320-gf534905

Gerrit Code Review gerrit@openafs.org
Wed, 22 Jun 2011 05:57:01 -0700 (PDT)


The following commit has been merged in the master branch:
commit f5349051abebd15fc2f2d77ff5b6dc81e09bdf47
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jun 21 16:25:14 2011 -0500

    DAFS: Do not attach a specialStatus'd vol
    
    If we encounter a preattached volume during GetVolume, we currently
    ignore vp->specialStatus before trying to attach. However, we will
    generally always fail to attach due to a conflicting vol op, but even
    if we don't, GetVolume always returns an error later on if
    vp->specialStatus is set. So, same some processing and attempted
    attachments by bailing out sooner if vp->specialStatus is set.
    
    Change-Id: Id5df08fe31073485e4d733c42310b42090ee8e7b
    Reviewed-on: http://gerrit.openafs.org/4874
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/volume.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository