diff options
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 418b6f3b0ae8..9f2d45d75b1a 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -26,20 +26,6 @@ config EXT4_FS | |||
26 | 26 | ||
27 | If unsure, say N. | 27 | If unsure, say N. |
28 | 28 | ||
29 | config EXT4DEV_COMPAT | ||
30 | bool "Enable ext4dev compatibility" | ||
31 | depends on EXT4_FS | ||
32 | help | ||
33 | Starting with 2.6.28, the name of the ext4 filesystem was | ||
34 | renamed from ext4dev to ext4. Unfortunately there are some | ||
35 | legacy userspace programs (such as klibc's fstype) have | ||
36 | "ext4dev" hardcoded. | ||
37 | |||
38 | To enable backwards compatibility so that systems that are | ||
39 | still expecting to mount ext4 filesystems using ext4dev, | ||
40 | chose Y here. This feature will go away by 2.6.31, so | ||
41 | please arrange to get your userspace programs fixed! | ||
42 | |||
43 | config EXT4_FS_XATTR | 29 | config EXT4_FS_XATTR |
44 | bool "Ext4 extended attributes" | 30 | bool "Ext4 extended attributes" |
45 | depends on EXT4_FS | 31 | depends on EXT4_FS |
@@ -77,3 +63,12 @@ config EXT4_FS_SECURITY | |||
77 | 63 | ||
78 | If you are not using a security module that requires using | 64 | If you are not using a security module that requires using |
79 | extended attributes for file security labels, say N. | 65 | extended attributes for file security labels, say N. |
66 | |||
67 | config EXT4_DEBUG | ||
68 | bool "EXT4 debugging support" | ||
69 | depends on EXT4_FS | ||
70 | help | ||
71 | Enables run-time debugging support for the ext4 filesystem. | ||
72 | |||
73 | If you select Y here, then you will be able to turn on debugging | ||
74 | with a command such as "echo 1 > /sys/kernel/debug/ext4/mballoc-debug" | ||