patch-2.3.48 linux/net/sched/sch_cbq.c
Next file: linux/net/sched/sch_dsmark.c
Previous file: linux/net/sched/sch_atm.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Feb 21 16:32:27 2000
- Orig file:
v2.3.47/linux/net/sched/sch_cbq.c
- Orig date:
Sun Feb 20 21:12:40 2000
diff -u --recursive --new-file v2.3.47/linux/net/sched/sch_cbq.c linux/net/sched/sch_cbq.c
@@ -878,7 +878,7 @@
/* Start round */
do {
- struct cbq_class *borrow = NULL;
+ struct cbq_class *borrow = cl;
if (cl->q->q.qlen &&
(borrow = cbq_under_limit(cl)) == NULL)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)