]> git.michaelhowe.org Git - packages/o/openafs.git/commit
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@your-file-system.com>
Sat, 29 Sep 2012 13:40:28 +0000 (06:40 -0700)
commit1bba9760b26bdb1ef1e17f9d1e15be9d565828cc
tree96d23579fadc6679459d287b57bf66eac0f8bfda
parent76ab286feb1570efa9763e076020fc43fb0a95fa
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.

Reviewed-on: http://gerrit.openafs.org/7982
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 8766a65e97eb90cb6c97ccd35181c441ece14f8a)

Change-Id: I2c0f59ad9aa6e544a2a613e902933d463f22a5b6
Reviewed-on: http://gerrit.openafs.org/8079
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
acinclude.m4
src/afs/LINUX/osi_compat.h
src/afs/LINUX/osi_file.c
src/cf/linux-test4.m4