netns xfrm: per-netns sysctls
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 26 Nov 2008 02:00:48 +0000 (18:00 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2008 02:00:48 +0000 (18:00 -0800)
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 <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found