OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3963-g6a4831e

Gerrit Code Review gerrit@openafs.org
Tue, 8 Oct 2013 05:50:19 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6a4831e0e9a003bed06ac2269987c69090d3f7e7
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Sep 30 17:53:36 2013 -0500

    salvager: Fix in-memory invalid linktable counts
    
    When we have a nonexistant or invalid linktable, we manually set all
    of the linkcounts to 1, since we're recreating the link table from
    scratch. However, we also have a linkCount count in our in-memory
    allInodes array, which could be populated by garbage if we had a
    garbage linktable. So make sure to set our in-memory linkCount to 1
    for each inode, so we don't use garbage linkcount data.
    
    Change-Id: I8f4873e12f70f81ee6f2c764957e77136b0a385e
    Reviewed-on: http://gerrit.openafs.org/10312
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/vol/vol-salvage.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository