This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / fs / sysv / inode.c
index 379d424..960da9b 100644 (file)
@@ -142,8 +142,9 @@ static inline void write3byte(struct sysv_sb_info *sbi,
 }
 
 static struct inode_operations sysv_symlink_inode_operations = {
-       .readlink       = page_readlink,
-       .follow_link    = page_follow_link,
+       .readlink       = generic_readlink,
+       .follow_link    = page_follow_link_light,
+       .put_link       = page_put_link,
        .getattr        = sysv_getattr,
 };