The following commit has been merged in the openafs-stable-1_6_x branch:
commit 51b5f42fafd58884d9f6bc76d0be2679b2087f4e
Author: Chaskiel Grundman <[email protected]>
Date:   Thu May 5 12:35:08 2016 -0400

    Linux 4.5: get_link instead of follow_link+put_link
    
    In linux commit 6b255391, the follow_link inode operation was
    replaced by the get_link operation, which is basically the same
    but takes the inode and dentry separately, allowing for the
    possibility of staying in RCU mode.
    
    For now, only support this if page_get_link is available and we are
    using the USABLE_KERNEL_PAGE_SYMLINK_CACHE
    
    The previous test for USABLE_KERNEL_PAGE_SYMLINK_CACHE used a bogus,
    undefined configure variable (ac_cv_linux_kernel_page_follow_link).
    Remove it, as it was not needed
    
    Reviewed-on: https://gerrit.openafs.org/12265
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Joe Gorse <[email protected]>
    Tested-by: Joe Gorse <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 2ef27ea1bb032cee8d26980e60e02b52a0805763)
    
    Change-Id: I828823ad16f24bae583de9cf436844565217918d
    Reviewed-on: https://gerrit.openafs.org/12301
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>
    Tested-by: Stephan Wiesand <[email protected]>

 acinclude.m4                 |   10 +++++++++-
 src/afs/LINUX/osi_vnodeops.c |    4 +++-
 2 files changed, 12 insertions(+), 2 deletions(-)

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

Reply via email to