diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index f3aa9b08b228..19891aab9c6e 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -47,7 +47,7 @@ config FS_POSIX_ACL | |||
47 | def_bool n | 47 | def_bool n |
48 | 48 | ||
49 | config EXPORTFS | 49 | config EXPORTFS |
50 | bool | 50 | tristate |
51 | 51 | ||
52 | config FILE_LOCKING | 52 | config FILE_LOCKING |
53 | bool "Enable POSIX file locking API" if EXPERT | 53 | bool "Enable POSIX file locking API" if EXPERT |
@@ -124,6 +124,7 @@ config TMPFS | |||
124 | config TMPFS_POSIX_ACL | 124 | config TMPFS_POSIX_ACL |
125 | bool "Tmpfs POSIX Access Control Lists" | 125 | bool "Tmpfs POSIX Access Control Lists" |
126 | depends on TMPFS | 126 | depends on TMPFS |
127 | select TMPFS_XATTR | ||
127 | select GENERIC_ACL | 128 | select GENERIC_ACL |
128 | help | 129 | help |
129 | POSIX Access Control Lists (ACLs) support permissions for users and | 130 | POSIX Access Control Lists (ACLs) support permissions for users and |
@@ -134,6 +135,22 @@ config TMPFS_POSIX_ACL | |||
134 | 135 | ||
135 | If you don't know what Access Control Lists are, say N. | 136 | If you don't know what Access Control Lists are, say N. |
136 | 137 | ||
138 | config TMPFS_XATTR | ||
139 | bool "Tmpfs extended attributes" | ||
140 | depends on TMPFS | ||
141 | default n | ||
142 | help | ||
143 | Extended attributes are name:value pairs associated with inodes by | ||
144 | the kernel or by users (see the attr(5) manual page, or visit | ||
145 | <http://acl.bestbits.at/> for details). | ||
146 | |||
147 | Currently this enables support for the trusted.* and | ||
148 | security.* namespaces. | ||
149 | |||
150 | You need this for POSIX ACL support on tmpfs. | ||
151 | |||
152 | If unsure, say N. | ||
153 | |||
137 | config HUGETLBFS | 154 | config HUGETLBFS |
138 | bool "HugeTLB file system support" | 155 | bool "HugeTLB file system support" |
139 | depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \ | 156 | depends on X86 || IA64 || SPARC64 || (S390 && 64BIT) || \ |