aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/Kconfig
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-01 05:31:36 -0400
committerDavid S. Miller <davem@davemloft.net>2013-07-02 03:08:03 -0400
commite02010adeeb21ef56d6b9b68c785ed1ecc832aee (patch)
tree10cbdd8be0755ec7d27299b7043ddd28e921747d /net/sctp/Kconfig
parent15627e847e4356ebdd49e7c3f10a671819995be6 (diff)
net: sctp: get rid of SCTP_DBG_TSNS entirely
After having reworked the debugging framework, Neil and Vlad agreed to get rid of the leftover SCTP_DBG_TSNS code for a couple of reasons: We can use systemtap scripts to investigate these things, we now have pr_debug() helpers that make life easier, and if we really need anything else besides those tools, we will be forced to come up with something better than we have there. Therefore, get rid of this ifdef debugging code entirely for now. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> CC: Vlad Yasevich <vyasevich@gmail.com> CC: Neil Horman <nhorman@tuxdriver.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Vlad Yasevich <vyasevich@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/Kconfig')
-rw-r--r--net/sctp/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig
index d80bf1aebaed..71c1a598d9bc 100644
--- a/net/sctp/Kconfig
+++ b/net/sctp/Kconfig
@@ -49,15 +49,6 @@ config NET_SCTPPROBE
49 To compile this code as a module, choose M here: the 49 To compile this code as a module, choose M here: the
50 module will be called sctp_probe. 50 module will be called sctp_probe.
51 51
52config SCTP_DBG_TSNS
53 bool "SCTP: Debug transactions"
54 help
55 If you say Y, this will enable transaction debugging, visible
56 from the kernel's dynamic debugging framework.
57
58 If unsure, say N. However, if you are running into problems, use
59 this option to gather outqueue trace information.
60
61config SCTP_DBG_OBJCNT 52config SCTP_DBG_OBJCNT
62 bool "SCTP: Debug object counts" 53 bool "SCTP: Debug object counts"
63 depends on PROC_FS 54 depends on PROC_FS