]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: Fix write_begin configure test for recent RHEL kernels
authorMarc Dionne <marc.c.dionne@gmail.com>
Sat, 31 Oct 2009 17:27:18 +0000 (13:27 -0400)
committerRuss Allbery <rra@debian.org>
Mon, 30 Nov 2009 22:50:32 +0000 (14:50 -0800)
commit4cd191029b5d58f9f311cb60a31b8e7b4ded0a07
tree528014d3c0ab0a2ea5ba634b601e742f941fb2b8
parent772108eacad540a0187ce1c43924bb688d9c9737
Linux: Fix write_begin configure test for recent RHEL kernels

Recent RHEL kernels now define simple_write_begin, which was used as
a test for the write_begin address_space op.  This makes the test
succeed when it shouldn't, and breaks the build.
Rewrite the test to actually check the address_space operation.

Change-Id: Idac9b318ff716b61bf8ca4508d2dbdbfbad5b50d
Reviewed-on: http://gerrit.openafs.org/759
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-on: http://gerrit.openafs.org/766
Tested-by: Derrick Brashear <shadow@dementia.org>
src/cf/linux-test4.m4