OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-25-g02f2c7c
Gerrit Code Review
gerrit@openafs.org
Tue, 27 Apr 2010 12:24:12 -0700 (PDT)
The following commit has been merged in the master branch:
commit 02f2c7cb3734d44dc90b77d631909373daefacd3
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Apr 27 13:02:20 2010 +0100
Linux: Add autoconf macro for structure checks
Add a new autoconf macro for doing structure element checks, and
modify all simple structure checks to use it. This introduces a
standard name form - STRUCT_structure_HAS_element, so there are
some changes in the code to make use of this standard form.
Change-Id: Ife967322503ae6f428e76845000de04f26929e65
Reviewed-on: http://gerrit.openafs.org/1853
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 124 +++----------
src/afs/LINUX/osi_compat.h | 2 +-
src/afs/LINUX/osi_vfsops.c | 8 +-
src/afs/LINUX/osi_vnodeops.c | 4 +-
src/afs/LINUX24/osi_vfsops.c | 6 +-
src/afs/LINUX24/osi_vnodeops.c | 6 +-
src/afs/afs.h | 4 +-
src/afs/afs_vcache.c | 2 +-
src/cf/linux-test1.m4 | 14 ++
src/cf/linux-test3.m4 | 6 -
src/cf/linux-test4.m4 | 379 ++--------------------------------------
11 files changed, 75 insertions(+), 480 deletions(-)
--
OpenAFS Master Repository