mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
f168d9fd63
The HFS+ Access Control Lists have not worked at all for the past five years, and nobody seems to have noticed. Besides, POSIX draft ACLs are not compatible with MacOS. Drop the feature entirely. Link: http://lkml.kernel.org/r/20180714190608.wtnmmtjqeyladkut@eaf Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@gmail.com> Acked-by: Christoph Hellwig <hch@lst.de> Cc: Viacheslav Dubeyko <slava@dubeyko.com> Cc: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
10 lines
365 B
Makefile
10 lines
365 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
## Makefile for the linux hfsplus filesystem routines.
|
|
#
|
|
|
|
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
|