OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-33-g6f75caf

Gerrit Code Review gerrit@openafs.org
Mon, 12 Jul 2010 11:50:11 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6f75caf8e58521dc15ca793ec4767e5529516b43
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Mon Apr 19 10:00:52 2010 -0400

    viced: host hash address collisions
    
    Attempt to resolve collisions when adding a host to the
    address hash table and another host with the same address:port
    is already present in the hash table. Retrieve the uuid for
    the host at that address and if the uuid matches the new host
    and not the old, remove the address from the old host and
    install the new host into the address hash.
    
    Change-Id: Id182f907f63be556c61ffb91777edd35f0aa950d
    Reviewed-on: http://gerrit.openafs.org/1786
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/viced/host.c |  425 ++++++++++++++++++++++++++++++++++++------------------
 1 files changed, 281 insertions(+), 144 deletions(-)

-- 
OpenAFS Master Repository