switch ->get_link() to delayed_call, kill ->put_link()
[linux-block.git] / fs / ext2 / symlink.c
index 46905119a27c96cc241e0381f41e7f9589736d17..3495d8ae4b33b1e8dc5a1d9341fa7d6d9835e4c5 100644 (file)
@@ -23,7 +23,6 @@
 const struct inode_operations ext2_symlink_inode_operations = {
        .readlink       = generic_readlink,
        .get_link       = page_get_link,
-       .put_link       = page_put_link,
        .setattr        = ext2_setattr,
 #ifdef CONFIG_EXT2_FS_XATTR
        .setxattr       = generic_setxattr,