VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com> 2018-08-21 21:59:23 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2018-08-22 10:52:50 -0700 commit: f168d9fd634a4612d308d7dbe0a4d2a9b366c045 parent: afd6c9e1f5287ad236adcf56db8c42fef65561fa
Commit Summary:
hfsplus: drop ACL support
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/fs/hfsplus/Makefile b/fs/hfsplus/Makefile
index f6a56542f8d7..9ed20e64b983 100644
--- a/fs/hfsplus/Makefile
+++ b/fs/hfsplus/Makefile
@@ -8,5 +8,3 @@ obj-$(CONFIG_HFSPLUS_FS) += hfsplus.o
 hfsplus-objs := super.o options.o inode.o ioctl.o extents.o catalog.o dir.o btree.o \
 		bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
 		attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
-
-hfsplus-$(CONFIG_HFSPLUS_FS_POSIX_ACL)	+= posix_acl.o