X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Faffs%2Fsymlink.c;h=4ef626e49381afa78e1cfff259e17f68c7cb92d7;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=c01cd4c64a61fddb2490c97a628e9e32e0974d6c;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/fs/affs/symlink.c b/fs/affs/symlink.c index c01cd4c64..4ef626e49 100644 --- a/fs/affs/symlink.c +++ b/fs/affs/symlink.c @@ -78,7 +78,8 @@ struct address_space_operations affs_symlink_aops = { }; struct inode_operations affs_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, .setattr = affs_notify_change, };