X-Git-Url: http://pileus.org/git/?p=~andy%2Flinux;a=blobdiff_plain;f=fs%2Fbtrfs%2Fxattr.c;h=ad8328d797ea9910c21f0ecd5db6051d347a4571;hp=4b33765add386a975e9f6a28f01ad734d76bf3f5;hb=e7651b819e90da924991d727d3c007200a18670d;hpb=cf93da7bcf450cb4595055d491a0519cb39e68ed diff --git a/fs/btrfs/xattr.c b/fs/btrfs/xattr.c index 4b33765add3..ad8328d797e 100644 --- a/fs/btrfs/xattr.c +++ b/fs/btrfs/xattr.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "ctree.h" #include "btrfs_inode.h" #include "transaction.h" @@ -314,8 +315,8 @@ err: */ const struct xattr_handler *btrfs_xattr_handlers[] = { #ifdef CONFIG_BTRFS_FS_POSIX_ACL - &btrfs_xattr_acl_access_handler, - &btrfs_xattr_acl_default_handler, + &posix_acl_access_xattr_handler, + &posix_acl_default_xattr_handler, #endif NULL, };