OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-1-gb7ae31a

Gerrit Code Review gerrit@openafs.org
Mon, 21 Sep 2009 15:32:34 -0700 (PDT)


The following commit has been merged in the master branch:
commit b7ae31a7484b609cd22d029fd753798001f72864
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Sep 21 14:28:29 2009 -0500

    Avoid salvager vol header read assert
    
    When we read the volume header in order to write it back with a modified
    inUse while salvaging, we were aborting if we couldn't read the header.
    Since we can fail to read the header data if the volume header file
    isn't associated with any data (and will be deleted by the salvager),
    don't abort. Do still abort if we can't write the data back, since if
    the data can be read but not written, other programs may think that the
    volume is not being salvaged.
    
    Reviewed-on: http://gerrit.openafs.org/480
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository