OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-9-gdbe3b7b

Gerrit Code Review gerrit@openafs.org
Mon, 26 Oct 2009 13:01:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit dbe3b7b8eeb4a010f82248befc6167b3b5ed9606
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Oct 26 14:04:48 2009 -0500

    Dec old special inodes in inode convertROtoRW
    
    The convertROtoRW code for the inode fileserver makes copies of the
    volume's special inodes, but leaves the old (RO) inodes around. If the
    RO is created again, this will result in duplicate special inodes for
    the same volume, which freaks out the salvager (and possibly other
    things).
    
    So IH_DEC the old RO special inodes after converting, so they go away.
    
    Change-Id: Ifefa2cb69c5b2960b81dbee9d54e5ea8401b240e
    Reviewed-on: http://gerrit.openafs.org/735
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

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

-- 
OpenAFS Master Repository