|
@@ -921,7 +921,7 @@ static int udf_symlink(struct inode *dir, struct dentry *dentry,
|
|
|
}
|
|
|
|
|
|
inode->i_data.a_ops = &udf_symlink_aops;
|
|
|
- inode->i_op = &udf_symlink_inode_operations;
|
|
|
+ inode->i_op = &page_symlink_inode_operations;
|
|
|
|
|
|
if (iinfo->i_alloc_type != ICBTAG_FLAG_AD_IN_ICB) {
|
|
|
struct kernel_lb_addr eloc;
|
|
@@ -1344,8 +1344,3 @@ const struct inode_operations udf_dir_inode_operations = {
|
|
|
.rename = udf_rename,
|
|
|
.tmpfile = udf_tmpfile,
|
|
|
};
|
|
|
-const struct inode_operations udf_symlink_inode_operations = {
|
|
|
- .readlink = generic_readlink,
|
|
|
- .follow_link = page_follow_link_light,
|
|
|
- .put_link = page_put_link,
|
|
|
-};
|