OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_61-26-g1cfa225

Gerrit Code Review gerrit@openafs.org
Fri, 14 Aug 2009 12:28:03 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1cfa2259eca210ca480f16a725ca70f5cfc2c8d4
Author: Felix Frank <Felix.Frank@Desy.de>
Date:   Tue Jul 14 10:51:03 2009 +0200

    Move context of CacheFetchProc from afs_dcache.c to afs_fetchstore.c
    
    GetDCache() is quite bloated. This inlinining makes code more
    readable. For protocols to come besides rxfs (such as rxosd), some
    initializations may need to be performed differently. Thus, much
    has to be moved to the specific rxfs_fetchInit() function rather than
    afs_CacheFetchProc() proper.
    
    Reviewed-on: http://gerrit.openafs.org/112
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs.h            |    8 +++
 src/afs/afs_dcache.c     |  140 +++-------------------------------------
 src/afs/afs_fetchstore.c |  158 +++++++++++++++++++++++++++++++++++++++++-----
 src/afs/afs_prototypes.h |    5 +-
 4 files changed, 163 insertions(+), 148 deletions(-)

-- 
OpenAFS Master Repository