diff options
author | JP Abgrall <jpa@google.com> | 2011-07-22 14:01:43 -0700 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2011-11-22 17:40:53 -0600 |
commit | c2e0a5b35e2e41e1d9cb2e75630688e2743db1b9 (patch) | |
tree | 0164476e7422a39dcd78b8a34a2b4db020919f3b /net | |
parent | 38c60ac436b6dc660367026ab5364be81c3ba226 (diff) |
netfilter: qtaguid: disable #define DEBUG
(Backport from common 3.0: I5655f0207935004b0198f43ad0d3c9ea25466e4e)
This would cause log spam to the point of slowing down the system.
Change-Id: I5655f0207935004b0198f43ad0d3c9ea25466e4e
Signed-off-by: JP Abgrall <jpa@google.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/xt_qtaguid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_qtaguid.c b/net/netfilter/xt_qtaguid.c index 3ef8753bc37b..22552c9b81cf 100644 --- a/net/netfilter/xt_qtaguid.c +++ b/net/netfilter/xt_qtaguid.c @@ -10,7 +10,6 @@ /* TODO: support ipv6 for iface_stat. * Currently if an iface is only v6 it will not have stats collected. */ -#define DEBUG #include <linux/file.h> #include <linux/inetdevice.h> |