|
@@ -1044,7 +1044,7 @@ static int htb_init(struct Qdisc *sch, struct nlattr *opt)
|
|
|
|
|
|
qdisc_watchdog_init(&q->watchdog, sch);
|
|
qdisc_watchdog_init(&q->watchdog, sch);
|
|
INIT_WORK(&q->work, htb_work_func);
|
|
INIT_WORK(&q->work, htb_work_func);
|
|
- skb_queue_head_init(&q->direct_queue);
|
|
|
|
|
|
+ __skb_queue_head_init(&q->direct_queue);
|
|
|
|
|
|
if (tb[TCA_HTB_DIRECT_QLEN])
|
|
if (tb[TCA_HTB_DIRECT_QLEN])
|
|
q->direct_qlen = nla_get_u32(tb[TCA_HTB_DIRECT_QLEN]);
|
|
q->direct_qlen = nla_get_u32(tb[TCA_HTB_DIRECT_QLEN]);
|