Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-drm-fsl-dcu.git] / fs / cifs / cifsfs.c
index fd3643451dd5606788825312af8e5735f8718aae..b7fcb3151103cefcc02ecaaf042b59e2b2ff9454 100644 (file)
@@ -900,8 +900,7 @@ const struct inode_operations cifs_file_inode_ops = {
 
 const struct inode_operations cifs_symlink_inode_ops = {
        .readlink = generic_readlink,
-       .follow_link = cifs_follow_link,
-       .put_link = kfree_put_link,
+       .get_link = cifs_get_link,
        .permission = cifs_permission,
        /* BB add the following two eventually */
        /* revalidate: cifs_revalidate,