diff options
author | 2014-09-17 08:05:05 -0700 | |
---|---|---|
committer | 2014-09-19 16:32:10 -0400 | |
commit | ab34f6480806263d7b4d00fa06d3647bac73b68c (patch) | |
tree | 5429ab1235fdaeb1318b44abb555725f3f36ef37 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge branch 'bnx2x-next' (diff) | |
download | linux-dev-ab34f6480806263d7b4d00fa06d3647bac73b68c.tar.xz linux-dev-ab34f6480806263d7b4d00fa06d3647bac73b68c.zip |
net: sched: use __skb_queue_head_init() where applicable
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>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions