OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1951-gae22704

Gerrit Code Review gerrit@openafs.org
Sat, 3 Dec 2011 06:15:59 -0800 (PST)


The following commit has been merged in the master branch:
commit ae227049fca2519e1f5ae1e8b68efbff10ebb665
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Dec 2 14:36:59 2011 -0600

    salvager: Create link table with volume group id
    
    The link table needs to be created with the VG id or RW vol id, not
    the non-RW vol id. Unlike other special inodes, this goes for both the
    'parent' and 'volume' volume ids, not just the 'parent' id, since
    there is only one link table per VG.
    
    Without this, the salvager can generate invalid linktable special
    inodes if it encounters a VG with no inodes for the RW vol.
    
    Change-Id: I10725c514ef1b8a5b09a506e42596b51b74af5a2
    Reviewed-on: http://gerrit.openafs.org/6179
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

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

-- 
OpenAFS Master Repository