--- x/net/sched/sch_ingress.c +++ y/net/sched/sch_ingress.c @@ -121,7 +121,6 @@ nla_put_failure: } static const struct Qdisc_class_ops ingress_class_ops = { - .flags = QDISC_CLASS_OPS_DOIT_UNLOCKED, .leaf = ingress_leaf, .find = ingress_find, .walk = ingress_walk,