aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_dsmark.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2005-05-31 15:17:28 -0700
committerDavid S. Miller <davem@davemloft.net>2005-05-31 15:17:28 -0700
commit08e9cd1fc559c00bc05df3fc551efe3b87c57ee3 (patch)
tree9080c5a3a8d5c0d63b3cfeb58f41bc1f7ed1c4e3 /net/sched/sch_dsmark.c
parent[PKT_SCHED]: make dsmark try using pfifo instead of noop while grafting (diff)
downloadlinux-dev-08e9cd1fc559c00bc05df3fc551efe3b87c57ee3.tar.xz
linux-dev-08e9cd1fc559c00bc05df3fc551efe3b87c57ee3.zip
[PKT_SCHED]: Disable dsmark debugging messages by default
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sched/sch_dsmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_dsmark.c b/net/sched/sch_dsmark.c
index a8c948f62978..d8bd2a569c7c 100644
--- a/net/sched/sch_dsmark.c
+++ b/net/sched/sch_dsmark.c
@@ -18,7 +18,7 @@
#include <asm/byteorder.h>
-#if 1 /* control */
+#if 0 /* control */
#define DPRINTK(format,args...) printk(KERN_DEBUG format,##args)
#else
#define DPRINTK(format,args...)