Hi Jiri, 2017-02-09, 14:38:56 +0100, Jiri Pirko wrote: > From: Jiri Pirko <j...@mellanox.com> > > Creation is done in this file, move destruction to be at the same place. > > Signed-off-by: Jiri Pirko <j...@mellanox.com> > --- > include/net/pkt_cls.h | 2 ++ > include/net/sch_generic.h | 2 -- > net/sched/cls_api.c | 21 +++++++++++++++++++++ > net/sched/sch_api.c | 22 ---------------------- > net/sched/sch_atm.c | 1 + > net/sched/sch_cbq.c | 1 + > net/sched/sch_choke.c | 1 + > net/sched/sch_dsmark.c | 1 + > net/sched/sch_fq_codel.c | 1 + > net/sched/sch_htb.c | 1 + > net/sched/sch_ingress.c | 1 + > net/sched/sch_multiq.c | 2 +- > net/sched/sch_prio.c | 2 +- > net/sched/sch_sfb.c | 1 + > net/sched/sch_sfq.c | 1 + > 15 files changed, 34 insertions(+), 26 deletions(-)
This broke the build for !NET_CLS: net/built-in.o: In function `fq_codel_destroy': /home/sab/linux/net-next/net/sched/sch_fq_codel.c:468: undefined reference to `tcf_destroy_chain' -- Sabrina