]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: 2.6.38: Adjust for permission inode operation changes
authorMarc Dionne <marc.c.dionne@gmail.com>
Sat, 29 Jan 2011 00:41:32 +0000 (19:41 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 11 Feb 2011 04:08:43 +0000 (20:08 -0800)
commitaf5e870f59bf071b79775eb308ed21ea471b589b
tree9a7f4a95dd050796fb549f037ddde18df821b782
parent5d370e4533ade668ce807764cf38d73f38b5f749
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

Reviewed-on: http://gerrit.openafs.org/3770
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 5bcc0ea735ea519298c98b46c66bf1326cdee5e4)

Change-Id: Ia47dfe390ea317925acfca709dbd637b68e94ca8
Reviewed-on: http://gerrit.openafs.org/3917
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4
src/afs/LINUX/osi_vnodeops.c
src/cf/linux-test4.m4