OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-114-g644162a

Gerrit Code Review gerrit@openafs.org
Mon, 17 May 2010 05:42:26 -0700 (PDT)


The following commit has been merged in the master branch:
commit 644162ae3de315adbf6d9e3cd4d647f87174cb42
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Wed May 12 15:48:25 2010 +0100

    Clean up logging from vldb_check.
    
    vldb_check used to say "%<index>: Volume '<name>' <id>not found in <type> hash <hash>" for two sorts of failures
    
    - If the volume really wasn't in a hash chain of that type at all
    - If volume's next pointer (for the hash type) pointed to a volume with a different hash.
    
    In both cases it would then print out some confusing (and spurious)
    information about the next element in the chain, prior to applying the
    same fix (of zeroing the next pointer).
    
    This change fixes the error message.
    
    Change-Id: I5eb6ae1a461628d401b997dde4bab53a0cc7571d
    Reviewed-on: http://gerrit.openafs.org/1955
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vlserver/vldb_check.c |   43 +++++++++++++++++++++----------------------
 1 files changed, 21 insertions(+), 22 deletions(-)

-- 
OpenAFS Master Repository