diff options
| author | JP Abgrall <jpa@google.com> | 2011-12-02 13:53:14 +0800 |
|---|---|---|
| committer | Andy Green <andy.green@linaro.org> | 2011-12-02 13:53:14 +0800 |
| commit | d5e056c4378b6c3585c1b7b34dbec8a401dab5b8 (patch) | |
| tree | 7f9f9f80c8b30654b3878d024f32867f4f5edcc1 /net | |
| parent | 07590ec8b308bf18263df31799a46c3d5000fbef (diff) | |
netfilter: qtaguid: disable #define DEBUG
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 fbaaf5bd5a5..ec795996518 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> |
