The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2e5ba7e16c6797a39323173ce17a1db698526c2c
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.
    
    Reviewed-on: http://gerrit.openafs.org/11926
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit 89aeb71a3e23c944f58cfa9572e9eae4d2130d37)
    
    Change-Id: Ib6282f3029c4112c510217eacf270a56d679fccd
    Reviewed-on: http://gerrit.openafs.org/11949
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Stephan Wiesand <[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