From: Benjamin LaHaise Date: Fri, 27 Apr 2012 08:23:59 +0000 (+0000) Subject: net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb() X-Git-Tag: v3.5-rc1~109^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb80ef463d1881757ade3197cdf875a2ff856651;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed