OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_18-2-g51b5f42
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Jun 2016 09:44:17 -0400
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 51b5f42fafd58884d9f6bc76d0be2679b2087f4e
Author: Chaskiel Grundman <cg2v@andrew.cmu.edu>
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 <buildbot@rampaginggeek.com>
Reviewed-by: Joe Gorse <jhgorse@gmail.com>
Tested-by: Joe Gorse <jhgorse@gmail.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 2ef27ea1bb032cee8d26980e60e02b52a0805763)
Change-Id: I828823ad16f24bae583de9cf436844565217918d
Reviewed-on: https://gerrit.openafs.org/12301
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
acinclude.m4 | 10 +++++++++-
src/afs/LINUX/osi_vnodeops.c | 4 +++-
2 files changed, 12 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository