vfs: Remove {get,set,remove}xattr inode operations
[cascardo/linux.git] / drivers / staging / lustre / lustre / llite / file.c
index 58a7401..e8c81e8 100644 (file)
@@ -3213,10 +3213,7 @@ const struct inode_operations ll_file_inode_operations = {
        .setattr        = ll_setattr,
        .getattr        = ll_getattr,
        .permission     = ll_inode_permission,
-       .setxattr       = generic_setxattr,
-       .getxattr       = generic_getxattr,
        .listxattr      = ll_listxattr,
-       .removexattr    = generic_removexattr,
        .fiemap         = ll_fiemap,
        .get_acl        = ll_get_acl,
 };