]> git.karo-electronics.de Git - linux-beck.git/blobdiff - fs/squashfs/symlink.c
Merge branch 'akpm' (patches from Andrew)
[linux-beck.git] / fs / squashfs / symlink.c
index 12806dffb3454ed1a898bbdd7b2ca272d071694f..dbcc2f54bad46f9af564e37f4e9b153e439d0205 100644 (file)
@@ -119,8 +119,7 @@ const struct address_space_operations squashfs_symlink_aops = {
 
 const struct inode_operations squashfs_symlink_inode_ops = {
        .readlink = generic_readlink,
-       .follow_link = page_follow_link_light,
-       .put_link = page_put_link,
+       .get_link = page_get_link,
        .getxattr = generic_getxattr,
        .listxattr = squashfs_listxattr
 };