The following commit has been merged in the master branch:
commit 72e22eb00f641f137f7dbe4195d6d82f4a8addc9
Author: Marc Dionne <[email protected]>
Date:   Mon Jan 5 07:17:14 2015 -0500

    Linux 3.19: struct nameidata becomes opaque
    
    With kernel 3.19 struct nameidata becomes opaque.  As a result
    we cannot rely on STRUCT_NAMEIDATA_HAS_PATH being true for
    new kernels.
    
    Rework the conditions here so that STRUCT_NAMEIDATA_HAS_PATH
    is only tested when we're using a nameidata structure and
    the result matters.
    
    Also modify a configure test to use a nameidata pointer
    instead of an actual structure.
    
    Change-Id: I0d71fca44a67570ac3b86151c70f2969dc463f4f
    Reviewed-on: http://gerrit.openafs.org/11648
    Reviewed-by: Daria Brashear <[email protected]>
    Tested-by: BuildBot <[email protected]>

 src/afs/LINUX/osi_compat.h |   16 ++++++++--------
 src/cf/linux-test4.m4      |    4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to