From: Alexey Dobriyan Date: Mon, 25 Jan 2010 10:37:54 +0000 (+0000) Subject: netns xfrm: xfrm6_tunnel in netns X-Git-Tag: v2.6.34-rc1~233^2~493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1664773907a2b69e2a3019598dcbeffa6bc724b;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed