OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre5-36-gd68c66e

Gerrit Code Review gerrit@openafs.org
Sun, 5 Jun 2011 20:32:28 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d68c66eb6e8d0df2612485f8c72e155513b6cc36
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue May 31 08:31:55 2011 +0100

    vos: print_addrs never receives multi-homed addrs
    
    The magic address that tells the vlserver that a host is multi-homed,
    and to look up the multi-homed address structure is an internal
    implementation feature, which shouldn't be exposed to clients.
    
    print_addrs is only ever called with the results of VL_GetAddrsU, which
    has already converted any multi-homed pointers, so it doesn't need the
    logic to handle them itself.
    
    Reviewed-on: http://gerrit.openafs.org/4757
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 23e433f10414d771937cbea5510b6006b6a7b063)
    
    Change-Id: I24df764211d99d84b116d1031b05de61b38c3397
    Reviewed-on: http://gerrit.openafs.org/4792
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/volser/vos.c |   58 +-----------------------------------------------------
 1 files changed, 1 insertions(+), 57 deletions(-)

-- 
OpenAFS Master Repository