Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / fs / jffs2 / symlink.c
index fc211b6..d55754f 100644 (file)
@@ -24,12 +24,7 @@ struct inode_operations jffs2_symlink_inode_operations =
 {
        .readlink =     generic_readlink,
        .follow_link =  jffs2_follow_link,
-       .permission =   jffs2_permission,
-       .setattr =      jffs2_setattr,
-       .setxattr =     jffs2_setxattr,
-       .getxattr =     jffs2_getxattr,
-       .listxattr =    jffs2_listxattr,
-       .removexattr =  jffs2_removexattr
+       .setattr =      jffs2_setattr
 };
 
 static void *jffs2_follow_link(struct dentry *dentry, struct nameidata *nd)