summaryrefslogtreecommitdiff
path: root/fs/bcachefs/Makefile
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-09-08 18:14:08 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-22 17:10:12 -0400
commita9a7bbab1469f0c427f90c309720c543e37ab110 (patch)
treeff7ad8b0ba1c3f17bc0c158d54f445971efccad3 /fs/bcachefs/Makefile
parent197763a70b6a530d959659abb917166a2f193520 (diff)
bcachefs: bch2_acl_to_text()
We can now print out acls from bch2_xattr_to_text(), when the xattr contains an acl. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/Makefile')
-rw-r--r--fs/bcachefs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/Makefile b/fs/bcachefs/Makefile
index b4fa88dfd484..0a4d2fed66c1 100644
--- a/fs/bcachefs/Makefile
+++ b/fs/bcachefs/Makefile
@@ -2,6 +2,7 @@
obj-$(CONFIG_BCACHEFS_FS) += bcachefs.o
bcachefs-y := \
+ acl.o \
alloc_background.o \
alloc_foreground.o \
backpointers.o \
@@ -81,5 +82,4 @@ bcachefs-y := \
varint.o \
xattr.o
-bcachefs-$(CONFIG_BCACHEFS_POSIX_ACL) += acl.o
obj-$(CONFIG_MEAN_AND_VARIANCE_UNIT_TEST) += mean_and_variance_test.o