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

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

diff -urN linux-2.4.24/net/sched/sch_ingress.c linux-2.4.25/net/sched/sch_ingress.c
@@ -294,7 +294,7 @@
 	while (p->filter_list) {
 		tp = p->filter_list;
 		p->filter_list = tp->next;
-		tp->ops->destroy(tp);
+		tcf_destroy(tp);
 	}
 	memset(p, 0, sizeof(*p));
 	p->filter_list = NULL;

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