From 58ae103b0a2b5d881d6e8ff68fe17bb822148ce7 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 7 Jun 2021 13:30:40 -0400 Subject: Update bcachefs sources to e3a7cee503 bcachefs: Don't mark superblocks past end of usable space --- libbcachefs/xattr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbcachefs/xattr.c') 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 -- cgit v1.2.3