diff options
author | Jan Kara <jack@suse.cz> | 2009-10-15 14:54:03 +0200 |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2009-10-28 23:05:57 -0700 |
commit | e6aabe0cac14a495d42f629a803c5e221089bae8 (patch) | |
tree | 39972946024d893ecbdcdbb30447bdb5b9fc5201 /fs/ocfs2/Kconfig | |
parent | 2f48d593b6ceb7bb63d34124ceba77d33be298cf (diff) | |
download | linux-3.10-e6aabe0cac14a495d42f629a803c5e221089bae8.tar.gz linux-3.10-e6aabe0cac14a495d42f629a803c5e221089bae8.tar.bz2 linux-3.10-e6aabe0cac14a495d42f629a803c5e221089bae8.zip |
ocfs2: Always include ACL support
To become consistent with filesystems such as XFS or BTRFS, make posix
ACLs always available. This also reduces possibility of
misconfiguration on admin's side.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/Kconfig')
-rw-r--r-- | fs/ocfs2/Kconfig | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig index 701b7a3a872..0d840669698 100644 --- a/fs/ocfs2/Kconfig +++ b/fs/ocfs2/Kconfig @@ -6,6 +6,7 @@ config OCFS2_FS select CRC32 select QUOTA select QUOTA_TREE + select FS_POSIX_ACL help OCFS2 is a general purpose extent based shared disk cluster file system with many similarities to ext3. It supports 64 bit inode @@ -74,12 +75,3 @@ config OCFS2_DEBUG_FS This option will enable expensive consistency checks. Enable this option for debugging only as it is likely to decrease performance of the filesystem. - -config OCFS2_FS_POSIX_ACL - bool "OCFS2 POSIX Access Control Lists" - depends on OCFS2_FS - select FS_POSIX_ACL - default n - help - Posix Access Control Lists (ACLs) support permissions for users and - groups beyond the owner/group/world scheme. |