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

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)