patch-2.2.11 linux/net/sched/sch_red.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/sched/sch_cbq.c
Back to the patch index
Back to the overall index
-  Lines: 8
 -  Date:
Mon Aug  9 12:04:41 1999
 -  Orig file: 
v2.2.10/linux/net/sched/sch_red.c
 -  Orig date: 
Sun Mar 21 07:22:00 1999
 
diff -u --recursive --new-file v2.2.10/linux/net/sched/sch_red.c linux/net/sched/sch_red.c
@@ -231,7 +231,6 @@
 		 */
 		if (((q->qave - q->qth_min)>>q->Wlog)*q->qcount < q->qR)
 			goto enqueue;
-printk(KERN_DEBUG "Drop %d\n", q->qcount);
 		q->qcount = 0;
 		q->qR = net_random()&q->Rmask;
 		sch->stats.overlimits++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)