From: Eric Dumazet Date: Mon, 6 Jan 2014 17:36:12 +0000 (-0800) Subject: tcp: out_of_order_queue do not use its lock X-Git-Tag: v3.14-rc1~94^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996b175e39ed42ec2aa0c63b4a03cc500aa6269f;p=pandora-kernel.git tcp: out_of_order_queue do not use its lock TCP out_of_order_queue lock is not used, as queue manipulation happens with socket lock held and we therefore use the lockless skb queue routines (as __skb_queue_head()) We can use __skb_queue_head_init() instead of skb_queue_head_init() to make this more consistent. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed