From: Eric Dumazet Date: Wed, 17 Sep 2014 15:05:05 +0000 (-0700) Subject: net: sched: use __skb_queue_head_init() where applicable X-Git-Tag: fixes-against-v3.18-rc2~81^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab34f6480806263d7b4d00fa06d3647bac73b68c;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed