diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index ff0e81980207..f9b6e2979aaa 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -189,6 +189,8 @@ config OCFS2_FS | |||
189 | select CONFIGFS_FS | 189 | select CONFIGFS_FS |
190 | select JBD2 | 190 | select JBD2 |
191 | select CRC32 | 191 | select CRC32 |
192 | select QUOTA | ||
193 | select QUOTA_TREE | ||
192 | help | 194 | help |
193 | OCFS2 is a general purpose extent based shared disk cluster file | 195 | OCFS2 is a general purpose extent based shared disk cluster file |
194 | system with many similarities to ext3. It supports 64 bit inode | 196 | system with many similarities to ext3. It supports 64 bit inode |
@@ -258,15 +260,14 @@ config OCFS2_DEBUG_FS | |||
258 | this option for debugging only as it is likely to decrease | 260 | this option for debugging only as it is likely to decrease |
259 | performance of the filesystem. | 261 | performance of the filesystem. |
260 | 262 | ||
261 | config OCFS2_COMPAT_JBD | 263 | config OCFS2_FS_POSIX_ACL |
262 | bool "Use JBD for compatibility" | 264 | bool "OCFS2 POSIX Access Control Lists" |
263 | depends on OCFS2_FS | 265 | depends on OCFS2_FS |
266 | select FS_POSIX_ACL | ||
264 | default n | 267 | default n |
265 | select JBD | ||
266 | help | 268 | help |
267 | The ocfs2 filesystem now uses JBD2 for its journalling. JBD2 | 269 | Posix Access Control Lists (ACLs) support permissions for users and |
268 | is backwards compatible with JBD. It is safe to say N here. | 270 | groups beyond the owner/group/world scheme. |
269 | However, if you really want to use the original JBD, say Y here. | ||
270 | 271 | ||
271 | endif # BLOCK | 272 | endif # BLOCK |
272 | 273 | ||
@@ -303,6 +304,10 @@ config PRINT_QUOTA_WARNING | |||
303 | Note that this behavior is currently deprecated and may go away in | 304 | Note that this behavior is currently deprecated and may go away in |
304 | future. Please use notification via netlink socket instead. | 305 | future. Please use notification via netlink socket instead. |
305 | 306 | ||
307 | # Generic support for tree structured quota files. Seleted when needed. | ||
308 | config QUOTA_TREE | ||
309 | tristate | ||
310 | |||
306 | config QFMT_V1 | 311 | config QFMT_V1 |
307 | tristate "Old quota format support" | 312 | tristate "Old quota format support" |
308 | depends on QUOTA | 313 | depends on QUOTA |
@@ -314,6 +319,7 @@ config QFMT_V1 | |||
314 | config QFMT_V2 | 319 | config QFMT_V2 |
315 | tristate "Quota format v2 support" | 320 | tristate "Quota format v2 support" |
316 | depends on QUOTA | 321 | depends on QUOTA |
322 | select QUOTA_TREE | ||
317 | help | 323 | help |
318 | This quota format allows using quotas with 32-bit UIDs/GIDs. If you | 324 | This quota format allows using quotas with 32-bit UIDs/GIDs. If you |
319 | need this functionality say Y here. | 325 | need this functionality say Y here. |