]> Pileus Git - ~andy/linux/blobdiff - net/sched/sch_hfsc.c
net_sched: move TCQ_F_THROTTLED flag
[~andy/linux] / net / sched / sch_hfsc.c
index dea4009615f9fdca9fa80bafc2582d662558f6ef..b632d925191312ba9e28a1df17f97c6e1089d453 100644 (file)
@@ -1664,7 +1664,7 @@ hfsc_dequeue(struct Qdisc *sch)
                set_passive(cl);
        }
 
-       sch->flags &= ~TCQ_F_THROTTLED;
+       qdisc_unthrottled(sch);
        sch->q.qlen--;
 
        return skb;