OpenAFS Master Repository branch, openafs-stable-1_4_12_1, updated. openafs-stable-1_4_12_1-4-g9f33ad6

Gerrit Code Review gerrit@openafs.org
Tue, 14 Dec 2010 10:16:35 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_12_1 branch:
commit 054d1c6535887376e73816e19be885d156732079
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Aug 11 19:28:53 2010 -0400

    Linux: Rework statfs super block operations configure test
    
    The configure test to detect if the statfs super block operation
    needs a dentry argument is based on vfs_statfs, and assumes that
    its signature matches the one of the operation.  In 2.6.36 this is
    no longer true and the test fails.
    
    Rework the test to actually test the operation we're interested in.
    
    This change is required for 2.6.36.
    
    Reviewed-on: http://gerrit.openafs.org/2545
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    
    (cherry-picked from commit 08552ad8a94f7cc5908aabe8385711e09a6418e4)
    
    Reviewed-on: http://gerrit.openafs.org/2553
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit b8b708fc416aa281fe1d1ce1d498cc381c81679c)
    Change-Id: Ib40de2018ecec5e3c82d8fa829364c31d29526b4
    Reviewed-on: http://gerrit.openafs.org/3516
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>

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

-- 
OpenAFS Master Repository