vfs: Remove {get,set,remove}xattr inode operations
[cascardo/linux.git] / fs / jffs2 / symlink.c
index 2cabd64..8f3f085 100644 (file)
@@ -16,8 +16,5 @@ const struct inode_operations jffs2_symlink_inode_operations =
        .readlink =     generic_readlink,
        .get_link =     simple_get_link,
        .setattr =      jffs2_setattr,
-       .setxattr =     jffs2_setxattr,
-       .getxattr =     jffs2_getxattr,
        .listxattr =    jffs2_listxattr,
-       .removexattr =  jffs2_removexattr
 };