OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-133-gdd7b923

Gerrit Code Review gerrit@openafs.org
Sun, 23 May 2010 07:26:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit dd7b9235e677f92d928f0db40afaab9a1c3ee580
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Tue May 18 14:48:38 2010 +0100

    Read volume at correct address when looking for broken forward links.
    
    vldb_check was reading a volume at the index rather than the file
    offset to read the volume.  This was giving rise to phantom warnings
    since the hash was usually 0.
    
    The possibility of a broken flink is determined in another manner
    which is why in normal case we are not flooded with warnings.
    
    At the same time make the error message slightly more coherent.
    
    Change-Id: I35f237772819f6418eb9f8d77e0902bca28c4134
    Reviewed-on: http://gerrit.openafs.org/1983
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vlserver/vldb_check.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository