Commit 1486587b authored by Florian Westphal's avatar Florian Westphal Committed by David S. Miller

pie: use qdisc_dequeue_head wrapper

Doesn't change generated code.
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 106323b9
......@@ -511,7 +511,7 @@ static int pie_dump_stats(struct Qdisc *sch, struct gnet_dump *d)
static struct sk_buff *pie_qdisc_dequeue(struct Qdisc *sch)
{
struct sk_buff *skb;
skb = __qdisc_dequeue_head(sch, &sch->q);
skb = qdisc_dequeue_head(sch);
if (!skb)
return NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment