Linux: fix statfs configure test
authorMarc Dionne <marc.c.dionne@gmail.com>
Wed, 13 Oct 2010 23:11:25 +0000 (19:11 -0400)
committerDerrick Brashear <shadow@dementia.org>
Thu, 14 Oct 2010 13:47:46 +0000 (06:47 -0700)
commit59927e20052c3f075e0269e46691bc94c3974f86
tree2e4835deb36b3f3573357e2cdd5fbf009762cba4
parentca58739ebc58428187366476b682bf20d9850645
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.

Change-Id: Ic4baa24e2497f43791e069ce2c5c87fa21813f9f
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>
src/cf/linux-test4.m4