OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1815-g4952df3
Gerrit Code Review
gerrit@openafs.org
Sat, 29 Oct 2011 20:04:29 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4952df3f0359531e4a660c99c94c51eb0b169f59
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Sat Oct 29 19:23:07 2011 -0400
Linux: 3.1: update RCU path walking detection in permission i_op
The permission() inode operation changed again with kernel 3.1,
back to the form it had before 2.6.38. This compiles fine,
but is missing the new way of detecting when we get called in
RCU path walking mode, resulting in system hangs.
Change-Id: I9a9a0c13aa3b35d8fe2bd592e2bca8187eacacc5
Reviewed-on: http://gerrit.openafs.org/5740
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/LINUX/osi_vnodeops.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository