diff options
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index c22f17021b6e..0a475c881852 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -39,22 +39,8 @@ config EXT4_USE_FOR_EXT23 | |||
39 | compiled kernel size by using one file system driver for | 39 | compiled kernel size by using one file system driver for |
40 | ext2, ext3, and ext4 file systems. | 40 | ext2, ext3, and ext4 file systems. |
41 | 41 | ||
42 | config EXT4_FS_XATTR | ||
43 | bool "Ext4 extended attributes" | ||
44 | depends on EXT4_FS | ||
45 | default y | ||
46 | help | ||
47 | Extended attributes are name:value pairs associated with inodes by | ||
48 | the kernel or by users (see the attr(5) manual page, or visit | ||
49 | <http://acl.bestbits.at/> for details). | ||
50 | |||
51 | If unsure, say N. | ||
52 | |||
53 | You need this for POSIX ACL support on ext4. | ||
54 | |||
55 | config EXT4_FS_POSIX_ACL | 42 | config EXT4_FS_POSIX_ACL |
56 | bool "Ext4 POSIX Access Control Lists" | 43 | bool "Ext4 POSIX Access Control Lists" |
57 | depends on EXT4_FS_XATTR | ||
58 | select FS_POSIX_ACL | 44 | select FS_POSIX_ACL |
59 | help | 45 | help |
60 | POSIX Access Control Lists (ACLs) support permissions for users and | 46 | POSIX Access Control Lists (ACLs) support permissions for users and |
@@ -67,7 +53,6 @@ config EXT4_FS_POSIX_ACL | |||
67 | 53 | ||
68 | config EXT4_FS_SECURITY | 54 | config EXT4_FS_SECURITY |
69 | bool "Ext4 Security Labels" | 55 | bool "Ext4 Security Labels" |
70 | depends on EXT4_FS_XATTR | ||
71 | help | 56 | help |
72 | Security labels support alternative access control models | 57 | Security labels support alternative access control models |
73 | implemented by security modules like SELinux. This option | 58 | implemented by security modules like SELinux. This option |