OSDN Git Service
(root)
/
tomoyo
/
tomoyo-test1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486b53e
)
[PKT_SCHED]: Disable dsmark debugging messages by default
author
Thomas Graf
<tgraf@suug.ch>
Tue, 31 May 2005 22:17:28 +0000
(15:17 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 May 2005 22:17:28 +0000
(15:17 -0700)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_dsmark.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_dsmark.c
b/net/sched/sch_dsmark.c
index
a8c948f
..
d8bd2a5
100644
(file)
--- 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...)