diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-05-03 11:54:23 (GMT) |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-05-05 14:39:51 (GMT) |
commit | d7cdf81657776ca1aa8377fd84d02fd8774db483 (patch) | |
tree | 2ddf6f0c6803f2dea4372aa18b4128624dfc5ab4 /net/rose | |
parent | 3b78155b1b3688dbe910fecdc3e003f431b46630 (diff) | |
download | linux-d7cdf81657776ca1aa8377fd84d02fd8774db483.tar.xz |
netfilter: x_tables: get rid of old and inconsistent debugging
The dprintf() and duprintf() functions are enabled at compile time,
these days we have better runtime debugging through pr_debug() and
static keys.
On top of this, this debugging is so old that I don't expect anyone
using this anymore, so let's get rid of this.
IP_NF_ASSERT() is still left in place, although this needs that
NETFILTER_DEBUG is enabled, I think these assertions provide useful
context information when reading the code.
Note that ARP_NF_ASSERT() has been removed as there is no user of
this.
Kill also DEBUG_ALLOW_ALL and a couple of pr_error() and pr_debug()
spots that are inconsistently placed in the code.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/rose')
0 files changed, 0 insertions, 0 deletions