]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux: Fix fallout from path_lookup commit
authorMarc Dionne <marc.c.dionne@gmail.com>
Wed, 30 Mar 2011 22:32:04 +0000 (18:32 -0400)
committerDerrick Brashear <shadow@dementia.org>
Wed, 27 Apr 2011 11:58:25 +0000 (04:58 -0700)
commit7494fa49b29199d282b11b91cd6be8907210e1d7
tree9e07f6f050f0b4e10c953369746da245bc2aa74f
parent5c2288d5eb46350bb7635e87d3ace8c7562b5148
Linux: Fix fallout from path_lookup commit

Fix a few issues with the recent commit to deal withg the removal
of path_lookup, spotted on RHEL 5:
- the configure tests needs fs.h to be included before namei.h, to
get the definition of struct inode
- we need to avoid the use of struct path unless its needed; on
older kernels the structure doesn't exist

(cherry-picked from commit f2e91cc3fe61956e7661eae9da82ddf746e63824)

Change-Id: I752976dd5a68dd4212ad2c0088f799bd6a44ffc6
Reviewed-on: http://gerrit.openafs.org/4382
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-on: http://gerrit.openafs.org/4570
acinclude.m4
src/afs/LINUX/osi_compat.h
src/afs/LINUX/osi_misc.c