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

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

diff -urN linux-2.4.24/net/sched/sch_atm.c linux-2.4.25/net/sched/sch_atm.c
@@ -165,7 +165,7 @@
 	while ((filter = flow->filter_list)) {
 		DPRINTK("destroy_filters: destroying filter %p\n",filter);
 		flow->filter_list = filter->next;
-		filter->ops->destroy(filter);
+		tcf_destroy(filter);
 	}
 }
 

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