Whamcloud - gitweb
LU-9558 llite: generic_readlink is no longer exported 80/27280/2
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 24 May 2017 23:12:41 +0000 (19:12 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 3 Jun 2017 03:59:03 +0000 (03:59 +0000)
commit3f4b4fb333c6d27313970c23ceabdd9d9bb81a98
tree4ec60e20caa719a6fe60644474c57e98b3ee1517
parentccc7d5eb42d6bc2d5e2665d40c9e7c57ccea2f8d
LU-9558 llite: generic_readlink is no longer exported

Starting in linux kernel 4.10 if inode_operation's
readlink field is NULL then it is assumed to be using
generic_readlink. Since this is the case the function
generic_readlink is no longer visible to individual
file systems.

Linux-commit: dfeef68862edd7d4bafe68ef7aeb5f658ef24bb5

Change-Id: I847844cc53f7ae80d9d212590f5026a92da0107e
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: https://review.whamcloud.com/27280
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/autoconf/lustre-core.m4
lustre/llite/symlink.c