OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-985-gf2e91cc

Gerrit Code Review gerrit@openafs.org
Fri, 1 Apr 2011 05:55:28 -0700 (PDT)


The following commit has been merged in the master branch:
commit f2e91cc3fe61956e7661eae9da82ddf746e63824
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
    
    Change-Id: I6251a96a371a50548dcafc70d94e91b52fc2922a
    Reviewed-on: http://gerrit.openafs.org/4382
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 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