]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6 sit: RCU conversion phase I
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 23 Oct 2009 17:51:26 +0000 (17:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Oct 2009 13:07:55 +0000 (06:07 -0700)
commitd6bfc962982b9b79897da986d8447845e075e24b
tree64a3431233a9c99fe471570aa2ce660e5beaf8ad
parent6fd060aeb71217ac37bee855a9a40bb2e1249b54
ipv6 sit: RCU conversion phase I

SIT tunnels use one rwlock to protect their prl entries.

This first patch adds RCU locking for prl management,
with standard call_rcu() calls.

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