OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-718-g5bcc0ea
Gerrit Code Review
gerrit@openafs.org
Tue, 8 Feb 2011 18:59:08 -0800 (PST)
The following commit has been merged in the master branch:
commit 5bcc0ea735ea519298c98b46c66bf1326cdee5e4
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Fri Jan 28 19:41:32 2011 -0500
Linux: 2.6.38: Adjust for permission inode operation changes
The permission i_op has a new signature with a flags argument, and
must now deal with RCU path walking.
- Fix existing configure test for this i_op, it succeeds when it
shouldn't
- Add a new configure test for the new signature
- Make our permission i_op "RCU-walk aware" - return ECHILD if
called in that mode
Change-Id: I42a171694717f4621f29f9f59e4f6049926862a3
Reviewed-on: http://gerrit.openafs.org/3770
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vnodeops.c | 13 +++++++++++--
src/cf/linux-test4.m4 | 16 ++++++++++++++--
3 files changed, 26 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository