netns xfrm: xfrm6_tunnel in netns
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 25 Jan 2010 10:37:54 +0000 (10:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Jan 2010 14:31:05 +0000 (06:31 -0800)
commita1664773907a2b69e2a3019598dcbeffa6bc724b
tree77070892675e29de901587a4f55bbc620b20e211
parente924960dacdf85d118a98c7262edf2f99c3015cf
netns xfrm: xfrm6_tunnel in netns

I'm not sure about rcu stuff near kmem cache destruction:
* checks for non-empty hashes look bogus, they're done _before_
  rcu_berrier()
* unregistering netns ops is done before kmem_cache destoy
  (as it should), and unregistering involves rcu barriers by itself

So it looks nothing should be done.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/xfrm.h
net/ipv6/ipcomp6.c
net/ipv6/xfrm6_tunnel.c