OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre4-20-g7494fa4

Gerrit Code Review gerrit@openafs.org
Wed, 27 Apr 2011 04:59:09 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7494fa49b29199d282b11b91cd6be8907210e1d7
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Mar 30 18:32:04 2011 -0400

    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               |    3 ++-
 src/afs/LINUX/osi_compat.h |   15 +++++++++++----
 src/afs/LINUX/osi_misc.c   |   11 +++++++----
 3 files changed, 20 insertions(+), 9 deletions(-)

-- 
OpenAFS Master Repository