summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2014-01-06 18:36:12 +0100
committerDavid S. Miller <davem@davemloft.net>2014-01-06 22:34:34 +0100
commit996b175e39ed42ec2aa0c63b4a03cc500aa6269f (patch)
treeef8eb180ad164a68c56189632619e79b2bb7b62f /firmware
parentbonding: fix kstrtou8() return value verification in num_peer_notif (diff)
downloadlinux-996b175e39ed42ec2aa0c63b4a03cc500aa6269f.tar.xz
linux-996b175e39ed42ec2aa0c63b4a03cc500aa6269f.zip
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 <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions