X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fhfs%2Finode.c;h=ed373261f26dda982c5cfe4177857dd8b6e0c1a3;hp=09cce23864dae266344a655df8ab4cc11365dbdd;hb=97d2116708ca0fd6ad8b00811ee4349b7e19e96f;hpb=30066ce675d3af350bc5a53858991c0b518dda00 diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c index 09cce23864da..ed373261f26d 100644 --- a/fs/hfs/inode.c +++ b/fs/hfs/inode.c @@ -15,6 +15,7 @@ #include #include #include +#include #include "hfs_fs.h" #include "btree.h" @@ -687,7 +688,5 @@ static const struct file_operations hfs_file_operations = { static const struct inode_operations hfs_file_inode_operations = { .lookup = hfs_file_lookup, .setattr = hfs_inode_setattr, - .setxattr = hfs_setxattr, - .getxattr = hfs_getxattr, - .listxattr = hfs_listxattr, + .listxattr = generic_listxattr, };