Hallo everybody,

this patch adds a menu entry to kconfig to enable acls for btrfs.

Signed-off-by: Christian Hesse <m...@earthworm.de>
---
--- a/fs/Kconfig        2009-01-10 19:48:13.000000000 +0100
+++ b/fs/Kconfig        2009-01-10 19:48:34.000000000 +0100
@@ -288,6 +288,18 @@
 
          If unsure, say N.
 
+config BTRFS_FS_POSIX_ACL
+       bool "Btrfs POSIX Access Control Lists"
+       select FS_POSIX_ACL
+       help
+         POSIX Access Control Lists (ACLs) support permissions for users and
+         groups beyond the owner/group/world scheme.
+
+         To learn more about Access Control Lists, visit the POSIX ACLs for
+         Linux website <http://acl.bestbits.at/>.
+
+         If you don't know what Access Control Lists are, say N
+
 endif # BLOCK
 
 source "fs/notify/Kconfig"
-- 
Regards,
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to