aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2014-03-14 10:06:32 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2014-04-01 23:19:12 -0400
commit4597e695b8baa3e2620da89c7593be70cf20566b (patch)
treef8e8cf56e4b154e8bef5e6ae2aa802526ccd1668 /lib
parentdd20908a8a06b22c171f6c3fcdbdbd65bed07505 (diff)
get rid of DEBUG_WRITECOUNT
it only makes control flow in __fput() and friends more convoluted. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug10
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
1033config 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
1043config DEBUG_LIST 1033config DEBUG_LIST
1044 bool "Debug linked list manipulation" 1034 bool "Debug linked list manipulation"
1045 depends on DEBUG_KERNEL 1035 depends on DEBUG_KERNEL