net: sched: ingress: set 'unlocked' flag for Qdisc ops
[linux-2.6-microblaze.git] / net / sched / sch_ingress.c
index 0f65f61..d538255 100644 (file)
@@ -114,6 +114,7 @@ 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,