patch-2.4.25 linux-2.4.25/net/sched/sch_htb.c

Next file: linux-2.4.25/net/sched/sch_ingress.c
Previous file: linux-2.4.25/net/sched/sch_hfsc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/net/sched/sch_htb.c linux-2.4.25/net/sched/sch_htb.c
@@ -1348,7 +1348,7 @@
 
 	while ((tp = *fl) != NULL) {
 		*fl = tp->next;
-		tp->ops->destroy(tp);
+		tcf_destroy(tp);
 	}
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)