OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4187-gbbda24f

Gerrit Code Review gerrit@openafs.org
Tue, 25 Mar 2014 09:49:22 -0700 (PDT)


The following commit has been merged in the master branch:
commit bbda24f9d324493e3f59c216a465fb2383d8f557
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Sat Mar 8 12:35:23 2014 -0500

    libafs: put volume disk cache i/o in afs_UFSGetVolSlot
    
    Move the reading of the volume items file to the afs_UFSGetVolSlot()
    to make it more clear the volume items file is not accessed when
    memcache is in effect.
    
    This changes the afs_GetVolSlot to return an intialized volume slot,
    if one can be gotten.
    
    Change-Id: I0c76ca8c8e1cc19677ce950bfb454755bbbee86a
    Reviewed-on: http://gerrit.openafs.org/10878
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 src/afs/afs_chunkops.h   |    4 +-
 src/afs/afs_prototypes.h |    4 +-
 src/afs/afs_volume.c     |   75 +++++++++++++++++++++++----------------------
 3 files changed, 42 insertions(+), 41 deletions(-)

-- 
OpenAFS Master Repository