kernel: btrfs: enable ACL
authorJosef Schlehofer <josef.schlehofer@nic.cz>
Thu, 16 May 2019 15:23:12 +0000 (17:23 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 5 Dec 2021 17:49:14 +0000 (18:49 +0100)
commitfcb82e42dffca99a6e3244b67992df0b573ce38e
tree0c87bf9f36ee24fffc77aea952d2d2d8d73eb69e
parent9f0575a13023c1edbb1518304b25ecab7d34cd58
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>
package/kernel/linux/modules/fs.mk