diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a48abeac753f..7a0859314bdf 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1030,16 +1030,6 @@ config DEBUG_BUGVERBOSE | |||
1030 | of the BUG call as well as the EIP and oops trace. This aids | 1030 | of the BUG call as well as the EIP and oops trace. This aids |
1031 | debugging but costs about 70-100K of memory. | 1031 | debugging but costs about 70-100K of memory. |
1032 | 1032 | ||
1033 | config DEBUG_WRITECOUNT | ||
1034 | bool "Debug filesystem writers count" | ||
1035 | depends on DEBUG_KERNEL | ||
1036 | help | ||
1037 | Enable this to catch wrong use of the writers count in struct | ||
1038 | vfsmount. This will increase the size of each file struct by | ||
1039 | 32 bits. | ||
1040 | |||
1041 | If unsure, say N. | ||
1042 | |||
1043 | config DEBUG_LIST | 1033 | config DEBUG_LIST |
1044 | bool "Debug linked list manipulation" | 1034 | bool "Debug linked list manipulation" |
1045 | depends on DEBUG_KERNEL | 1035 | depends on DEBUG_KERNEL |