vfs: Remove {get,set,remove}xattr inode operations
[cascardo/linux.git] / drivers / staging / lustre / lustre / llite / namei.c
index 2c4dc69..f982240 100644 (file)
@@ -1106,10 +1106,7 @@ const struct inode_operations ll_dir_inode_operations = {
        .setattr            = ll_setattr,
        .getattr            = ll_getattr,
        .permission      = ll_inode_permission,
-       .setxattr          = ll_setxattr,
-       .getxattr          = ll_getxattr,
        .listxattr        = ll_listxattr,
-       .removexattr    = ll_removexattr,
        .get_acl            = ll_get_acl,
 };
 
@@ -1117,9 +1114,6 @@ const struct inode_operations ll_special_inode_operations = {
        .setattr        = ll_setattr,
        .getattr        = ll_getattr,
        .permission     = ll_inode_permission,
-       .setxattr       = ll_setxattr,
-       .getxattr       = ll_getxattr,
        .listxattr      = ll_listxattr,
-       .removexattr    = ll_removexattr,
        .get_acl            = ll_get_acl,
 };