OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4474-g8f2fa9d

Gerrit Code Review gerrit@openafs.org
Wed, 26 Nov 2014 15:45:52 -0500


The following commit has been merged in the master branch:
commit 8f2fa9d6393a958080387e8d84f6b8cd032b5ff8
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Sep 24 17:50:02 2014 -0500

    afs: Consolidate fheader initialization
    
    We were initializing an afs_fheader structure in two different places,
    with the same values. Consolidate these into a single function, so
    updating the structure is easier. Also zero the whole structure, just
    to make sure everything is initialized, even if the structure changes.
    
    This commit should have no behavior impact; it is just code
    reorganization.
    
    Change-Id: If90757166d8490eaa053aa086c7b95349a62332e
    Reviewed-on: http://gerrit.openafs.org/11510
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/afs_dcache.c     |    6 +-----
 src/afs/afs_init.c       |   17 ++++++++++++-----
 src/afs/afs_prototypes.h |    1 +
 3 files changed, 14 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository