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

Gerrit Code Review gerrit@openafs.org
Sun, 6 Dec 2009 20:32:04 -0800 (PST)


The following commit has been merged in the master branch:
commit 03b5994d7bec0088d0edbfc83f5820c089ac9599
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Sun Dec 6 14:25:08 2009 +0000

    Remove AFS_USEBUFFERS
    
    The AFS_USEBUFFERS code has been disabled for all supported platforms
    since the initial OpenAFS code drop. Simplify the buffers code by
    removing it entirely.
    
    Change-Id: Iab6b2d54361eca1a1446b4804b3d6533d75f2831
    Reviewed-on: http://gerrit.openafs.org/894
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/afs.h                  |    3 ---
 src/afs/afs_buffer.c           |   34 ----------------------------------
 src/config/param.alpha_dux40.h |    1 -
 src/config/param.alpha_dux50.h |    1 -
 src/config/param.alpha_dux51.h |    1 -
 src/config/param.hp_ux102.h    |    1 -
 src/config/param.hp_ux110.h    |    1 -
 src/config/param.hp_ux11i.h    |    1 -
 src/config/param.rs_aix42.h    |    1 -
 src/config/param.rs_aix51.h    |    1 -
 src/config/param.rs_aix52.h    |    1 -
 src/config/param.rs_aix53.h    |    1 -
 src/config/param.rs_aix61.h    |    1 -
 src/config/param.sgi_62.h      |    2 --
 src/config/param.sgi_63.h      |    2 --
 src/config/param.sgi_64.h      |    2 --
 src/config/param.sgi_65.h      |    2 --
 src/config/param.sun4x_510.h   |    2 --
 src/config/param.sun4x_511.h   |    2 --
 src/config/param.sun4x_55.h    |    2 --
 src/config/param.sun4x_56.h    |    2 --
 src/config/param.sun4x_57.h    |    2 --
 src/config/param.sun4x_58.h    |    2 --
 src/config/param.sun4x_59.h    |    2 --
 src/config/param.sunx86_510.h  |    2 --
 src/config/param.sunx86_511.h  |    2 --
 src/config/param.sunx86_54.h   |    1 -
 src/config/param.sunx86_57.h   |    2 --
 src/config/param.sunx86_58.h   |    2 --
 src/config/param.sunx86_59.h   |    2 --
 src/venus/kdump.c              |    2 --
 31 files changed, 0 insertions(+), 83 deletions(-)

-- 
OpenAFS Master Repository