hfsplus: use generic posix ACL infrastructure
[deliverable/linux.git] / fs / hfsplus / xattr.c
index 3c6136f98c737a8d0dc58f2a0cf41712e381ae92..bf88baa9bb656e303473ebf969a811871b279238 100644 (file)
@@ -7,6 +7,7 @@
  */
 
 #include "hfsplus_fs.h"
+#include <linux/posix_acl_xattr.h>
 #include "xattr.h"
 #include "acl.h"
 
@@ -15,8 +16,8 @@ const struct xattr_handler *hfsplus_xattr_handlers[] = {
        &hfsplus_xattr_user_handler,
        &hfsplus_xattr_trusted_handler,
 #ifdef CONFIG_HFSPLUS_FS_POSIX_ACL
-       &hfsplus_xattr_acl_access_handler,
-       &hfsplus_xattr_acl_default_handler,
+       &posix_acl_access_xattr_handler,
+       &posix_acl_default_xattr_handler,
 #endif
        &hfsplus_xattr_security_handler,
        NULL
This page took 0.024388 seconds and 5 git commands to generate.