OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-8-gd8f2deb

Gerrit Code Review gerrit@openafs.org
Wed, 18 Aug 2010 23:59:26 -0700 (PDT)


The following commit has been merged in the master branch:
commit 3d7388b790ef21de552ec60d379764df067ae421
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Jun 24 15:45:05 2010 -0500

    vol-salvage: Move global vars into SalvInfo struct
    
    Reduce the number of globals used in the salvager code, by making
    functions pass around a 'salvinfo' structure that contains the
    information regarding a particular salvage.
    
    Change-Id: Iba7a6add8c1b8145f531e10495c621a2ba15425d
    Reviewed-on: http://gerrit.openafs.org/2250
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/physio.c       |    6 +-
 src/vol/salvage.h      |    1 +
 src/vol/vol-salvage.c  |  727 ++++++++++++++++++++++++++----------------------
 src/vol/vol-salvage.h  |  110 +++-----
 src/vol/vol_internal.h |    3 +-
 5 files changed, 446 insertions(+), 401 deletions(-)

-- 
OpenAFS Master Repository