OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3379-g8f95dc9

Gerrit Code Review gerrit@openafs.org
Tue, 12 Feb 2013 11:40:03 -0800 (PST)


The following commit has been merged in the master branch:
commit 8f95dc9eb92cb31f9d29eb87daac747f53b5a1cc
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Feb 8 17:26:32 2013 -0600

    afs: Move SetupVolume tv initialization after loop
    
    The fields in tv are not used by the loop looking for the given volume
    on disk. If we wait until after that loop to initialize the fields in
    tv, it is easier to handle errors encountered in the loop.
    
    This should incur no functional change.
    
    Change-Id: Ib678542bfebaa89ecfa4aad39230fc502ec83edb
    Reviewed-on: http://gerrit.openafs.org/9093
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/afs_volume.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository