Linux 3.6: dentry_open API change
authorMarc Dionne <marc.c.dionne@gmail.com>
Tue, 14 Aug 2012 01:36:15 +0000 (21:36 -0400)
committerDerrick Brashear <shadow@dementix.org>
Fri, 17 Aug 2012 05:29:37 +0000 (22:29 -0700)
commit8766a65e97eb90cb6c97ccd35181c441ece14f8a
tree489686a9ad54d0c331863b8520d6e5ec45e8e914
parent049c485b4a39ba510035788b4959d839ef668c55
Linux 3.6: dentry_open API change

dentry_open now takes a path argument that combines the dentry and
the vfsmount pointers.
Add a configure test and a new compat inline function to keep things
cleaner in the main source file.

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