OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_5-46-ge77d5ce

Gerrit Code Review gerrit@openafs.org
Tue, 3 Sep 2013 05:41:38 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit e77d5cea4a11677fea03abb2eb88717a1b686a94
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Nov 2 16:55:49 2011 -0500

    afs: Do not use separate array for srvAddrs
    
    The array of srvAddr structs we use in afs_LoopServers have indices
    unrelated to the indices of conns, rxconns, etc. Several places were
    assuming that addr[i] corresponded to conn[i], which is not
    necessarily true. So instead, do not use the separate addr array
    (except when populating the conn and rxconn arrays), and just get the
    srvAddr structure by going through the relevant conn[i].
    
    Reviewed-on: http://gerrit.openafs.org/5790
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit f199ac666195771a02e3ebb040c6e5fe47c58c58)
    
    Change-Id: I70be3c518d2b1ccd51e050532d966a27cf22090f
    Reviewed-on: http://gerrit.openafs.org/9434
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>

 src/afs/afs_prototypes.h |   12 +++------
 src/afs/afs_server.c     |   57 +++++++++++++++++++++------------------------
 2 files changed, 31 insertions(+), 38 deletions(-)

-- 
OpenAFS Master Repository