OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1050-g316b042

Gerrit Code Review gerrit@openafs.org
Sun, 10 Apr 2011 20:49:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 316b0421a27a4a76298f60ecd62b1236c971e512
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Apr 7 13:51:14 2011 -0500

    DAFS: Do not give back vol to viced after salvage
    
    If we VRequestSalvage_r a volume successfully, and we are not the
    fileserver, we will tell the fileserver to salvage a volume. So, we do
    not need to give back the volume afterwards, since telling the
    fileserver that a volume needs a salvage effectively gives it back (so
    the salvager can take it).
    
    So, clear needsPutBack so we don't try to also give back the volume,
    and avoid the fileserver yelling at us for trying to give back a
    volume that is checked out by someone else (or is not checked out at
    all).
    
    Change-Id: I168bcf7fe6dbc186064cdf38de1ddb287a26eff3
    Reviewed-on: http://gerrit.openafs.org/4445
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

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

-- 
OpenAFS Master Repository