OpenAFS Master Repository branch, openafs-stable-1_4_12_1, updated. openafs-stable-1_4_12_1-8-gfa0aca7

Gerrit Code Review gerrit@openafs.org
Wed, 15 Dec 2010 01:44:57 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_12_1 branch:
commit fa0aca7bde6b8de3071b2b1809acaf9760842485
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Oct 13 19:11:25 2010 -0400

    Linux: fix statfs configure test
    
    The change to the statfs configure test that was made for 2.6.36
    broke the test for older kernels.  The new test is based on a call,
    and that will generate a warning but not an error when the arguments
    don't match the prototype.
    
    Take another tack, and revert to the old style test, but with the
    simple_statfs function instead of vfs_statfs.
    
    Reviewed-on: http://gerrit.openafs.org/2975
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 59927e20052c3f075e0269e46691bc94c3974f86)
    
    Change-Id: Iaee4e3d62ce95c33539ba57c19ddc916b097deb2
    Reviewed-on: http://gerrit.openafs.org/3521
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/cf/linux-test4.m4 |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository