The following commit has been merged in the master branch:
commit 89aeb71a3e23c944f58cfa9572e9eae4d2130d37
Author: Marc Dionne <[email protected]>
Date:   Mon Jul 6 11:00:13 2015 -0300

    Linux 4.2: total_link_count is no longer accessible
    
    The value is now stored in the nameidata structure which
    is private to fs/namei.c, so we can't modify it here.
    
    The effect is that using a path that contains 40+ directories
    may fail with ELOOP, depending on which directories in the
    path were previously used.  After a directory is accessed once
    its D_AUTOMOUNT flag is reset and it will no longer count
    against the symlink limit in later path lookups.
    
    Change-Id: I90e4cb0e9004b075bff2330d165c67b7a923193f
    Reviewed-on: http://gerrit.openafs.org/11926
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

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

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

Reply via email to