We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5935bf3 commit d3f30f1Copy full SHA for d3f30f1
fs/bcachefs/xattr.c
@@ -601,10 +601,6 @@ static const struct xattr_handler bch_xattr_bcachefs_effective_handler = {
601
602
const struct xattr_handler *bch2_xattr_handlers[] = {
603
&bch_xattr_user_handler,
604
-#ifdef CONFIG_BCACHEFS_POSIX_ACL
605
- &nop_posix_acl_access,
606
- &nop_posix_acl_default,
607
-#endif
608
&bch_xattr_trusted_handler,
609
&bch_xattr_security_handler,
610
#ifndef NO_BCACHEFS_FS
0 commit comments