OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-172-g08552ad
Gerrit Code Review
gerrit@openafs.org
Thu, 12 Aug 2010 13:46:58 -0700 (PDT)
The following commit has been merged in the master branch:
commit 08552ad8a94f7cc5908aabe8385711e09a6418e4
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.
Change-Id: I5a712fb47e48c1bcc7ea2cfbf6c53c2b27627723
Reviewed-on: http://gerrit.openafs.org/2545
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/cf/linux-test4.m4 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository