vfs: Remove {get,set,remove}xattr inode operations
[cascardo/linux.git] / drivers / staging / lustre / lustre / llite / symlink.c
index 8c8bdfe..d82dab2 100644 (file)
@@ -155,8 +155,5 @@ const struct inode_operations ll_fast_symlink_inode_operations = {
        .get_link       = ll_get_link,
        .getattr        = ll_getattr,
        .permission     = ll_inode_permission,
-       .setxattr       = ll_setxattr,
-       .getxattr       = ll_getxattr,
        .listxattr      = ll_listxattr,
-       .removexattr    = ll_removexattr,
 };