replace ->follow_link() with new method that could stay in RCU mode
[linux-block.git] / fs / nilfs2 / namei.c
index 90b3ba960b9b6746d2b96856d7ff4c3a3e063490..63dddb7d4b181f6f45208635cd6de6a4867c7346 100644 (file)
@@ -569,7 +569,7 @@ const struct inode_operations nilfs_special_inode_operations = {
 
 const struct inode_operations nilfs_symlink_inode_operations = {
        .readlink       = generic_readlink,
-       .follow_link    = page_follow_link_light,
+       .get_link       = page_get_link,
        .put_link       = page_put_link,
        .permission     = nilfs_permission,
 };