From: Derrick Brashear Date: Wed, 6 Apr 2005 22:25:23 +0000 (+0000) Subject: STABLE14-linux-follow-link-light-needs-putlink-20050406 X-Git-Tag: openafs-devel-1_3_82~77 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0d98179121a61e37763f882bbfa20ec6507430c8;p=packages%2Fo%2Fopenafs.git STABLE14-linux-follow-link-light-needs-putlink-20050406 based on research by cg2v@andrew.cmu.edu and suggestion of jhutz@cmu.edu needed so kmaps are balanced by kunmaps (cherry picked from commit 1ca15ed253d8273a9b47c9da95ea1c59412f3e8b) --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 6e0310b0c..df5124a6e 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -1835,6 +1835,7 @@ struct inode_operations afs_symlink_iops = { .follow_link = page_follow_link, #else .follow_link = page_follow_link_light, + .put_link = page_put_link, #endif .setattr = afs_notify_change, #else