OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_64-34-g0ec7664

Gerrit Code Review gerrit@openafs.org
Mon, 28 Sep 2009 06:43:58 -0700 (PDT)


The following commit has been merged in the master branch:
commit 0ec76649b62919cff3244eb0a6390662f72d7950
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Tue Jul 14 23:33:16 2009 +0100

    Minimise crref() and add a fastpath for cache hits
    
    Reduce the number of times we cref() unnecessarily, and add a fastpath
    at the beginning of readpage() to handle the cache hit case.
    
    Refactor the Linux implementation of afs_open to provide a directly
    callable version that bypasses the OSI layer.
    
    Add a non-blocking variant of ObtainReadLock()
    
    Reviewed-on: http://gerrit.openafs.org/534
    Tested-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/LINUX/osi_file.c       |   70 ++++++-----
 src/afs/LINUX/osi_prototypes.h |    1 +
 src/afs/LINUX/osi_vm.c         |    5 +
 src/afs/LINUX/osi_vnodeops.c   |  263 +++++++++++++++++++++++++++++++---------
 src/afs/lock.h                 |    6 +
 5 files changed, 259 insertions(+), 86 deletions(-)

-- 
OpenAFS Master Repository