]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/affs/symlink.c
switch ->get_link() to delayed_call, kill ->put_link()
[mirror_ubuntu-zesty-kernel.git] / fs / affs / symlink.c
index 39d1194445e15f5165d8b27f2d03040c345b749c..69b03dbb792f7a080abc70f5d45ff4bf50d458b9 100644 (file)
@@ -72,6 +72,5 @@ const struct address_space_operations affs_symlink_aops = {
 const struct inode_operations affs_symlink_inode_operations = {
        .readlink       = generic_readlink,
        .get_link       = page_get_link,
-       .put_link       = page_put_link,
        .setattr        = affs_notify_change,
 };