OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-159-g219ab91

Gerrit Code Review gerrit@openafs.org
Tue, 10 Aug 2010 21:33:18 -0700 (PDT)


The following commit has been merged in the master branch:
commit 219ab91243b8c9c5ffbfa459047968145debee9c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jul 27 16:22:47 2010 -0500

    salvage: update inodes array after CopyAndSalvage
    
    CopyAndSalvage makes a copy of the directory to salvage it. So, the
    new directory will have a new inode. Update the array of directory
    inodes to reflect this. Without this, we can fail to alter the
    copied/salvaged directory later on, since we will try to read/write to
    the wrong inode.
    
    Change-Id: I2466981e8ee54c5aecf1a166a37d8146b126de24
    Reviewed-on: http://gerrit.openafs.org/2530
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository