X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fext2%2Ffile.c;h=538f77616f3c7d2d8fe97eedb005ba6889ce3cf0;hp=5efeefe17abb4bd9c885e35c3e93cff83cad0a7f;hb=fd50ecaddf8372a1d96e0daeaac0f93cf04e4d42;hpb=f4a9c169c29efea31b22aec0012ad29df6cf84d4 diff --git a/fs/ext2/file.c b/fs/ext2/file.c index 5efeefe17abb..538f77616f3c 100644 --- a/fs/ext2/file.c +++ b/fs/ext2/file.c @@ -178,10 +178,7 @@ const struct file_operations ext2_file_operations = { const struct inode_operations ext2_file_inode_operations = { #ifdef CONFIG_EXT2_FS_XATTR - .setxattr = generic_setxattr, - .getxattr = generic_getxattr, .listxattr = ext2_listxattr, - .removexattr = generic_removexattr, #endif .setattr = ext2_setattr, .get_acl = ext2_get_acl,