OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4635-gc2c0b6b
Gerrit Code Review
gerrit@openafs.org
Thu, 23 Jul 2015 10:54:20 -0400
The following commit has been merged in the master branch:
commit 89aeb71a3e23c944f58cfa9572e9eae4d2130d37
Author: Marc Dionne <marc.dionne@your-file-system.com>
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 <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vnodeops.c | 12 ++++++++++--
2 files changed, 11 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository