git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ce7780
)
net: sched: use __skb_queue_head_init() where applicable
author
Eric Dumazet
<edumazet@google.com>
Wed, 17 Sep 2014 15:05:05 +0000
(08:05 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 19 Sep 2014 20:32:10 +0000
(16:32 -0400)
pfifo_fast and htb use skb lists, without needing their spinlocks.
(They instead use the standard qdisc lock)
We can use __skb_queue_head_init() instead of skb_queue_head_init()
to be consistent.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found