immortalwrt/package/kernel/linux
Josef Schlehofer 2401349c45 kernel: btrfs: enable ACL
By default CONFIG_BTRFS_FS_POSIX_ACL is disabled, it should be enabled
only when you enable CONFIG_FS_POSIX_ACL.

Right now, when you enable CONFIG_FS_POSIX_ACL it will enable
CONFIG_BTRFS_FS_POSIX_ACL, but it will be disabled once you install
kmod-btrfs. This should prevent it.

Btrfs has enabled by default ACL for mount option.

More details:
https://cateee.net/lkddb/web-lkddb/BTRFS_FS_POSIX_ACL.html
https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs(5)

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
2021-12-17 10:56:00 +08:00
..
files kernel: sysctl: increase max conns limit to 65536 2021-05-09 20:01:58 +08:00
modules kernel: btrfs: enable ACL 2021-12-17 10:56:00 +08:00
Makefile build: introduce $(MKHASH) 2021-05-13 22:49:42 +08:00