OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2993-g3237543

Gerrit Code Review gerrit@openafs.org
Sun, 7 Oct 2012 06:04:44 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3237543afafae7191635fd8e8cada1f95e8abcff
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Oct 4 15:49:56 2012 -0500

    DAFS: VRS_r with VOL_SALVAGE_NO_OFFLINE in attach2
    
    One caller of VRequestSalvage_r in attach2 was not passing the
    VOL_SALVAGE_NO_OFFLINE flag. This really should be passed for every
    place that manually sets vp->nUsers = 0, since then the VPutVolume_r
    handlers will never fire.
    
    Change-Id: I088d93a6c598a4d636224f4cf4c0d89454efcca8
    Reviewed-on: http://gerrit.openafs.org/8203
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

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

-- 
OpenAFS Master Repository