diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ff0e81980207..e8a47f74a839 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -268,6 +268,15 @@ config OCFS2_COMPAT_JBD | |||
268 | is backwards compatible with JBD. It is safe to say N here. | 268 | is backwards compatible with JBD. It is safe to say N here. |
269 | However, if you really want to use the original JBD, say Y here. | 269 | However, if you really want to use the original JBD, say Y here. |
270 | 270 | ||
271 | config OCFS2_FS_POSIX_ACL | ||
272 | bool "OCFS2 POSIX Access Control Lists" | ||
273 | depends on OCFS2_FS | ||
274 | select FS_POSIX_ACL | ||
275 | default n | ||
276 | help | ||
277 | Posix Access Control Lists (ACLs) support permissions for users and | ||
278 | groups beyond the owner/group/world scheme. | ||
279 | |||
271 | endif # BLOCK | 280 | endif # BLOCK |
272 | 281 | ||
273 | source "fs/notify/Kconfig" | 282 | source "fs/notify/Kconfig" |