X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fhfsplus%2Finode.c;h=10827c912c4de6f1363819c4da979f4ed55f174c;hp=c43ef397a3aab0b5223b57ccbca54d733c30da84;hb=97d2116708ca0fd6ad8b00811ee4349b7e19e96f;hpb=30066ce675d3af350bc5a53858991c0b518dda00 diff --git a/fs/hfsplus/inode.c b/fs/hfsplus/inode.c index c43ef397a3aa..10827c912c4d 100644 --- a/fs/hfsplus/inode.c +++ b/fs/hfsplus/inode.c @@ -333,10 +333,7 @@ int hfsplus_file_fsync(struct file *file, loff_t start, loff_t end, static const struct inode_operations hfsplus_file_inode_operations = { .setattr = hfsplus_setattr, - .setxattr = generic_setxattr, - .getxattr = generic_getxattr, .listxattr = hfsplus_listxattr, - .removexattr = generic_removexattr, #ifdef CONFIG_HFSPLUS_FS_POSIX_ACL .get_acl = hfsplus_get_posix_acl, .set_acl = hfsplus_set_posix_acl,