Eric Dumazet aac4dddc35 ipv6: get rid of ipip6_prl_lock
As noticed by Julia Lawall, ipip6_tunnel_add_prl() incorrectly calls 
kzallloc(..., GFP_KERNEL) while a spinlock is held. She provided
a patch to use GFP_ATOMIC instead.

One possibility would be to convert this spinlock to a mutex, or
preallocate the thing before taking the lock.

After RCU conversion, it appears we dont need this lock, since 
caller already holds RTNL

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-06-01 00:26:58 -07:00
..
2010-02-22 16:20:22 -08:00
2010-04-20 19:06:52 -07:00
2010-02-22 16:20:22 -08:00
2010-05-11 14:40:55 +02:00
2009-09-14 17:03:05 -07:00
2010-05-28 23:02:35 -07:00
2010-06-01 00:26:58 -07:00
2010-05-16 00:36:33 -07:00
2010-05-29 00:20:48 -07:00
2010-01-17 19:16:02 -08:00