OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2861-g5daa08e
Gerrit Code Review
gerrit@openafs.org
Thu, 30 Aug 2012 09:03:06 -0700 (PDT)
The following commit has been merged in the master branch:
commit 74c1881dff1593f4a8920ba8d8a2400760899fa5
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Aug 29 11:39:01 2012 -0500
LINUX: Use struct vfs_path on RHEL5
Some revisions of the kernel from RHEL5 (2.6.18-308.* and possibly
others) renamed 'struct path' to 'struct vfs_path'. So, use
'struct vfs_path' when it exists.
This introduces the afs_linux_path_t typedef, which is defined as
either a struct path, or struct vfs_path.
Change-Id: I88c31125dbc1ab2998a521e3c57ed532bf2d5bb7
Reviewed-on: http://gerrit.openafs.org/8019
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
acinclude.m4 | 3 +++
src/afs/LINUX/osi_compat.h | 12 +++++++++---
src/afs/LINUX/osi_misc.c | 4 ++--
src/afs/LINUX/osi_vnodeops.c | 2 +-
4 files changed, 15 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository