diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-05-03 13:54:23 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2016-05-05 16:39:51 +0200 |
commit | d7cdf81657776ca1aa8377fd84d02fd8774db483 (patch) | |
tree | 2ddf6f0c6803f2dea4372aa18b4128624dfc5ab4 /net/ipv4/tcp_illinois.c | |
parent | openvswitch: __nf_ct_l{3,4}proto_find() always return a valid pointer (diff) | |
download | linux-d7cdf81657776ca1aa8377fd84d02fd8774db483.tar.xz linux-d7cdf81657776ca1aa8377fd84d02fd8774db483.zip |
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 '')
0 files changed, 0 insertions, 0 deletions