summaryrefslogtreecommitdiff
path: root/libbcachefs/xattr.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-06-07 13:30:40 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-06-08 22:55:14 -0400
commit58ae103b0a2b5d881d6e8ff68fe17bb822148ce7 (patch)
tree4c794fc614fdf2d5e2521d335ef721b4c17f1d1e /libbcachefs/xattr.c
parentf6d87e9a87859dbf9b15269d4de165cf3aadf661 (diff)
Update bcachefs sources to e3a7cee503 bcachefs: Don't mark superblocks past end of usable space
Diffstat (limited to 'libbcachefs/xattr.c')
-rw-r--r--libbcachefs/xattr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbcachefs/xattr.c b/libbcachefs/xattr.c
index 858aa87..e7b40b3 100644
--- a/libbcachefs/xattr.c
+++ b/libbcachefs/xattr.c
@@ -560,8 +560,10 @@ static const struct xattr_handler bch_xattr_bcachefs_effective_handler = {
const struct xattr_handler *bch2_xattr_handlers[] = {
&bch_xattr_user_handler,
+#ifdef CONFIG_BCACHEFS_POSIX_ACL
&posix_acl_access_xattr_handler,
&posix_acl_default_xattr_handler,
+#endif
&bch_xattr_trusted_handler,
&bch_xattr_security_handler,
#ifndef NO_BCACHEFS_FS