projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106323b
)
pie: use qdisc_dequeue_head wrapper
author
Florian Westphal
<fw@strlen.de>
Sat, 17 Sep 2016 22:57:30 +0000
(
00:57
+0200)
committer
David S. Miller
<davem@davemloft.net>
Mon, 19 Sep 2016 05:47:18 +0000
(
01:47
-0400)
Doesn't change generated code.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_pie.c
patch
|
blob
|
history
diff --git
a/net/sched/sch_pie.c
b/net/sched/sch_pie.c
index
a570b0b
..
d976d74
100644
(file)
--- a/
net/sched/sch_pie.c
+++ b/
net/sched/sch_pie.c
@@
-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;