diff options
| author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-21 10:16:29 -0400 |
|---|---|---|
| committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-03-24 10:16:08 -0400 |
| commit | 9d523cafbe0dab5a2b873ecd85c37fec9d1368f3 (patch) | |
| tree | b9555d625c0c9fb6e7036e28f53eef7b118513b3 | |
| parent | fc5e58c0c4fd86881ec8ba8e46e41a07e25dc7a6 (diff) | |
UBIFS: kill CONFIG_UBIFS_FS_DEBUG_CHKS
Simplify UBIFS configuration menu and kill the option to enable self-check
compile-time. We do not really need this because we can do this run-time
using the module parameters or the corresponding sysfs interfaces. And
there is a value in simplifying the kernel configuration menu which becomes
increasingly large.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
| -rw-r--r-- | fs/ubifs/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig index 1d1859dc3de5..d7440904be17 100644 --- a/fs/ubifs/Kconfig +++ b/fs/ubifs/Kconfig | |||
| @@ -58,12 +58,3 @@ config UBIFS_FS_DEBUG | |||
| 58 | down UBIFS. You can then further enable / disable individual debugging | 58 | down UBIFS. You can then further enable / disable individual debugging |
| 59 | features using UBIFS module parameters and the corresponding sysfs | 59 | features using UBIFS module parameters and the corresponding sysfs |
| 60 | interfaces. | 60 | interfaces. |
| 61 | |||
| 62 | config UBIFS_FS_DEBUG_CHKS | ||
| 63 | bool "Enable extra checks" | ||
| 64 | depends on UBIFS_FS_DEBUG | ||
| 65 | help | ||
| 66 | If extra checks are enabled UBIFS will check the consistency of its | ||
| 67 | internal data structures during operation. However, UBIFS performance | ||
| 68 | is dramatically slower when this option is selected especially if the | ||
| 69 | file system is large. | ||
