OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-24-g715c67f
Gerrit Code Review
gerrit@openafs.org
Mon, 2 Nov 2009 04:44:06 -0800 (PST)
The following commit has been merged in the master branch:
commit 715c67f2fb3c1756f0c9cee0bc3258a3e378d3fd
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Oct 31 13:27:18 2009 -0400
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>
src/cf/linux-test4.m4 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository