commit | cb80ef463d1881757ade3197cdf875a2ff856651 | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Fri Apr 27 08:23:59 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 28 22:21:51 2012 -0400 |
tree | a2b8f2b4f087dfc90d9148a94fcc2aa6702eb5eb | |
parent | f7ad74fef3af6c6e2ef7f01c5589d77fe7db3d7c [diff] |
net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() In order to make sure that when the encap_rcv() hook is introduced it is not called with the socket lock held, move socket locking from callers into udpv6_queue_rcv_skb(), matching what happens in IPv4. Signed-off-by: Benjamin LaHaise <bcrl@kvack.org> Signed-off-by: David S. Miller <davem@davemloft.net>