net: sched: ingress: set 'unlocked' flag for clsact Qdisc ops
[linux-2.6-microblaze.git] / net / sched / sch_ingress.c
index d538255..599730f 100644 (file)
@@ -247,6 +247,7 @@ static void clsact_destroy(struct Qdisc *sch)
 }
 
 static const struct Qdisc_class_ops clsact_class_ops = {
+       .flags          =       QDISC_CLASS_OPS_DOIT_UNLOCKED,
        .leaf           =       ingress_leaf,
        .find           =       clsact_find,
        .walk           =       ingress_walk,