net: sctp: get rid of SCTP_DBG_TSNS entirely
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 1 Jul 2013 09:31:36 +0000 (11:31 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2013 07:08:03 +0000 (00:08 -0700)
commite02010adeeb21ef56d6b9b68c785ed1ecc832aee
tree10cbdd8be0755ec7d27299b7043ddd28e921747d
parent15627e847e4356ebdd49e7c3f10a671819995be6
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>
net/sctp/Kconfig
net/sctp/outqueue.c