From: Alexey Dobriyan Date: Wed, 26 Nov 2008 02:00:48 +0000 (-0800) Subject: netns xfrm: per-netns sysctls X-Git-Tag: v2.6.29-rc1~581^2~406 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b27aeadb5948d400df83db4d29590fb9862ba49d;p=pandora-kernel.git netns xfrm: per-netns sysctls Make net.core.xfrm_aevent_etime net.core.xfrm_acq_expires net.core.xfrm_aevent_rseqth net.core.xfrm_larval_drop sysctls per-netns. For that make net_core_path[] global, register it to prevent two /proc/net/core antries and change initcall position -- xfrm_init() is called from fs_initcall, so this one should be fs_initcall at least. Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- Reading git-diff-tree failed