OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-917-g637f5b6

Gerrit Code Review gerrit@openafs.org
Thu, 24 Mar 2011 09:22:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit 637f5b642aaee3a6f4642fd0ba15e2a9eec6c496
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Mar 23 17:25:03 2011 -0500

    salvager: Give back volumes when exiting early
    
    Sometimes the salvager exits a bit earlier than normal. For instance,
    when no applicable inodes are found for a volume group, or if the
    -inodes command line option was given. In these cases, we have already
    checked out singleVolumeNumber from the fileserver (if we're salvaging
    a single VG), so we need to give it back. So, give it back in those
    instances.
    
    Change-Id: I3ab732d3b640b76d3bdec7ac9d01e57dc5a54ade
    Reviewed-on: http://gerrit.openafs.org/4297
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository