OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1722-g6e7b31e

Gerrit Code Review gerrit@openafs.org
Fri, 30 Sep 2011 16:53:11 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6e7b31ef0a69b8ea39e8acc474a7aab48f828d3d
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Sep 29 16:04:54 2011 -0500

    DAFS: Skip hosts with invalid flags on restore
    
    Host entries with HWHO_INPROGRESS set or ALTADDR unset do not have
    valid state, since those flags indicate that the fileserver was in the
    middle of identifying the host when the host struct was serialized.
    Skip entries from the on-disk host data that have such invalid flags
    set when restoring state, so we do not load invalid data.
    
    Change-Id: I26b88256679f4596598e6e3e6b68af7e8e5e387d
    Reviewed-on: http://gerrit.openafs.org/5527
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/tviced/serialize_state.h |    1 +
 src/viced/callback.c         |    6 ++++++
 src/viced/host.c             |   10 ++++++++++
 3 files changed, 17 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository