aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_xattr.c')
-rw-r--r--fs/xfs/xfs_xattr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_xattr.c b/fs/xfs/xfs_xattr.c
index 9d479073ba41..78ed92a46fdd 100644
--- a/fs/xfs/xfs_xattr.c
+++ b/fs/xfs/xfs_xattr.c
@@ -102,8 +102,8 @@ const struct xattr_handler *xfs_xattr_handlers[] = {
102 &xfs_xattr_trusted_handler, 102 &xfs_xattr_trusted_handler,
103 &xfs_xattr_security_handler, 103 &xfs_xattr_security_handler,
104#ifdef CONFIG_XFS_POSIX_ACL 104#ifdef CONFIG_XFS_POSIX_ACL
105 &xfs_xattr_acl_access_handler, 105 &posix_acl_access_xattr_handler,
106 &xfs_xattr_acl_default_handler, 106 &posix_acl_default_xattr_handler,
107#endif 107#endif
108 NULL 108 NULL
109}; 109};