OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-10-g292ec07

Gerrit Code Review gerrit@openafs.org
Thu, 10 Dec 2009 11:45:47 -0800 (PST)


The following commit has been merged in the master branch:
commit 292ec075d2beea2d718caa3f50929e125b1b97c1
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Fri Nov 20 15:03:37 2009 +0000

    Rework cache store back
    
    This patch reworks the code to store data from the cache to the server,
    such that the entire store loop can be replaced. The idea here is that a
    platform which wishes to provide a different store loop, in particular
    one which doesn't rely upon multiple data copies, may do so simply by
    plugging in a new function.
    
    Change-Id: I6573c6a5c3e93a1259266e7e1a2b7bd17357203f
    Reviewed-on: http://gerrit.openafs.org/902
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs.h            |   12 ++++
 src/afs/afs_fetchstore.c |  130 ++++++++++++++++++++++++++--------------------
 2 files changed, 85 insertions(+), 57 deletions(-)

-- 
OpenAFS Master Repository