Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2362 - [btrfs] support for ACL not compiled in #7507

Closed
openwrt-bot opened this issue Jul 7, 2019 · 1 comment
Closed

FS#2362 - [btrfs] support for ACL not compiled in #7507

openwrt-bot opened this issue Jul 7, 2019 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

n8v8R:

target mvebu

mount -o ACL

producing BTRFS error (device): support for ACL not compiled in!

It is confusing that the repo offers ACL userland but globally disables support in the btrfs, with some exception patches for a few specific targets. It would be expected to be consistently enabled/supported globally for all boards.

package/kernel/linux/modules/fs.mk
74 CONFIG_BTRFS_FS_POSIX_ACL=n
target/linux/brcm2708/patches-4.14/950-0096-config-Add-default-configs.patch
1228 +CONFIG_BTRFS_FS_POSIX_ACL=y
2576 +CONFIG_BTRFS_FS_POSIX_ACL=y
target/linux/brcm2708/patches-4.14/950-0097-Add-arm64-configuration-and-device-tree-differences..patch
1285 +CONFIG_BTRFS_FS_POSIX_ACL=y
target/linux/generic/config-4.14
644 # CONFIG_BTRFS_FS_POSIX_ACL is not set
target/linux/generic/config-4.19
667 # CONFIG_BTRFS_FS_POSIX_ACL is not set
target/linux/generic/config-4.9
611 # CONFIG_BTRFS_FS_POSIX_ACL is not set
target/linux/layerscape/armv8_64b/config-4.14
124 CONFIG_BTRFS_FS_POSIX_ACL=y

@openwrt-bot
Copy link
Author

ynezz:

It would be expected to be consistently enabled/supported globally for all boards.

Not all boards are equal, I guess its being disabled globally because of kernel size flash/RAM overhead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant