]> git.baikalelectronics.ru Git - kernel.git/commit
xfrm6_tunnel: RCU conversion
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 23 Oct 2009 18:19:19 +0000 (18:19 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Oct 2009 13:07:57 +0000 (06:07 -0700)
commit36a37fcf8a9d86a7d8e9b23ab93767f292678000
tree584484218c73a4b6a8315dbabb5049f6c4355668
parent9a0140eac31c8972986500885a4cf5f95299bc30
xfrm6_tunnel: RCU conversion

xfrm6_tunnels use one rwlock to protect their hash tables.

Plain and straightforward conversion to RCU locking to permit better SMP
performance.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/xfrm6_tunnel.c