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

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

diff -urN linux-2.4.24/net/sched/sch_csz.c linux-2.4.25/net/sched/sch_csz.c
@@ -752,7 +752,7 @@
 
 	while ((tp = q->filter_list) != NULL) {
 		q->filter_list = tp->next;
-		tp->ops->destroy(tp);
+		tcf_destroy(tp);
 	}
 
 	MOD_DEC_USE_COUNT;

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