diff options
Diffstat (limited to 'fs/squashfs/symlink.c')
-rw-r--r-- | fs/squashfs/symlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/squashfs/symlink.c b/fs/squashfs/symlink.c index 12806dffb345..7c635a5da783 100644 --- a/fs/squashfs/symlink.c +++ b/fs/squashfs/symlink.c | |||
@@ -119,7 +119,7 @@ const struct address_space_operations squashfs_symlink_aops = { | |||
119 | 119 | ||
120 | const struct inode_operations squashfs_symlink_inode_ops = { | 120 | const struct inode_operations squashfs_symlink_inode_ops = { |
121 | .readlink = generic_readlink, | 121 | .readlink = generic_readlink, |
122 | .follow_link = page_follow_link_light, | 122 | .get_link = page_get_link, |
123 | .put_link = page_put_link, | 123 | .put_link = page_put_link, |
124 | .getxattr = generic_getxattr, | 124 | .getxattr = generic_getxattr, |
125 | .listxattr = squashfs_listxattr | 125 | .listxattr = squashfs_listxattr |