OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-24-g6fc3ac3

Gerrit Code Review gerrit@openafs.org
Tue, 27 Apr 2010 12:23:38 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6fc3ac36701cd64736b784e99184c504fa4226f4
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date:   Mon Apr 26 23:54:05 2010 +0100

    Linux: Macroise kernel function autoconf tests
    
    We spend a lot of time in autoconf checking to see if kernel
    functions are available. Rather than copying and pasting the same
    code everytime we do so, create a macro to do function tests, and
    use that macro. This results in standardised naming, so change all
    of the places that use autoconf results to use the same standardised
    names.
    
    Change-Id: I36212e6c28c4b8455f859da1bbf3e456a2aabc07
    Reviewed-on: http://gerrit.openafs.org/1849
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4                   |   84 ++++++++++----
 src/afs/LINUX/osi_compat.h     |   14 +-
 src/afs/LINUX/osi_fetchstore.c |    4 +-
 src/afs/LINUX/osi_gcpags.c     |    2 +-
 src/afs/LINUX/osi_groups.c     |    8 +-
 src/afs/LINUX/osi_machdep.h    |    2 +-
 src/afs/LINUX/osi_vfsops.c     |    4 +-
 src/afs/LINUX/osi_vnodeops.c   |    6 +-
 src/afs/LINUX24/osi_gcpags.c   |    2 +-
 src/afs/LINUX24/osi_machdep.h  |    2 +-
 src/afs/LINUX24/osi_vfsops.c   |    4 +-
 src/afs/LINUX24/osi_vnodeops.c |   10 +-
 src/afs/afs_user.c             |    2 +-
 src/cf/linux-test1.m4          |   16 +++
 src/cf/linux-test4.m4          |  255 +--------------------------------------
 15 files changed, 114 insertions(+), 301 deletions(-)

-- 
OpenAFS Master Repository