|
@@ -167,9 +167,11 @@ const struct inode_operations ocfs2_symlink_inode_operations = {
|
|
|
.readlink = page_readlink,
|
|
|
.follow_link = ocfs2_follow_link,
|
|
|
.getattr = ocfs2_getattr,
|
|
|
+ .setattr = ocfs2_setattr,
|
|
|
};
|
|
|
const struct inode_operations ocfs2_fast_symlink_inode_operations = {
|
|
|
.readlink = ocfs2_readlink,
|
|
|
.follow_link = ocfs2_follow_link,
|
|
|
.getattr = ocfs2_getattr,
|
|
|
+ .setattr = ocfs2_setattr,
|
|
|
};
|