]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit340ad9ba01eccafdb16984aed09a153e90cecf0f
tree10cbdd8be0755ec7d27299b7043ddd28e921747d
parent7bea8ef9ff30279f54fb6376117b8d37bf609ac1
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