Linux 3.6: revalidate dentry op API change
authorMarc Dionne <marc.c.dionne@gmail.com>
Tue, 14 Aug 2012 22:08:51 +0000 (18:08 -0400)
committerDerrick Brashear <shadow@dementix.org>
Fri, 17 Aug 2012 18:15:21 +0000 (11:15 -0700)
commit7413cd09a53f89882a46fd100bf6c501348f2188
tree71185c23371d04b9c6c055b46db54482e8b05d13
parent020e32779c103817ca89caa51259fb53bc3dde79
Linux 3.6: revalidate dentry op API change

The nameidata argument is dropped, replaced by an unsigned flags
value.  The configure test is very specific; kernels with the
older API with a signed int flags value should fall through.

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