OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-35-gedbfcbd

Gerrit Code Review gerrit@openafs.org
Mon, 12 Apr 2010 17:15:42 -0700 (PDT)


The following commit has been merged in the master branch:
commit edbfcbdf0efa01fde56c9f8d857b495a86f24a14
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Apr 12 12:39:00 2010 -0500

    Do not turn off AFS_HAVE_STATVFS for UKERNEL
    
    Many param files turn off AFS_HAVE_STATVFS for UKERNEL. We obviously
    still have statvfs() available whether we are running with UKERNEL or
    not, so modify param files to enable it for UKERNEL if it was enabled
    for non-UKERNEL.
    
    The only places using this define are afsd and vol/partition.c, the
    latter of which will not be affected.
    
    Change-Id: I1f276c88cbe0ca401580a564be664a7fc6739fde
    Reviewed-on: http://gerrit.openafs.org/1743
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/config/param.alpha_dux40.h |    2 +-
 src/config/param.alpha_dux50.h |    2 +-
 src/config/param.alpha_dux51.h |    2 +-
 src/config/param.hp_ux102.h    |    2 +-
 src/config/param.hp_ux110.h    |    2 +-
 src/config/param.hp_ux11i.h    |    2 +-
 src/config/param.rs_aix42.h    |    2 +-
 src/config/param.rs_aix51.h    |    2 +-
 src/config/param.rs_aix52.h    |    2 +-
 src/config/param.rs_aix53.h    |    2 +-
 src/config/param.rs_aix61.h    |    2 +-
 src/config/param.sgi_65.h      |    2 +-
 src/config/param.sun4x_510.h   |    3 ++-
 src/config/param.sun4x_511.h   |    3 ++-
 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    |    3 ++-
 src/config/param.sun4x_59.h    |    3 ++-
 src/config/param.sunx86_510.h  |    3 ++-
 src/config/param.sunx86_511.h  |    3 ++-
 src/config/param.sunx86_54.h   |    1 +
 src/config/param.sunx86_57.h   |    2 +-
 src/config/param.sunx86_58.h   |    3 ++-
 src/config/param.sunx86_59.h   |    3 ++-
 25 files changed, 33 insertions(+), 24 deletions(-)

-- 
OpenAFS Master Repository