From: Eric W. Biederman Date: Fri, 6 Jan 2012 11:34:20 +0000 (-0800) Subject: sysctl: Register the base sysctl table like any other sysctl table. X-Git-Tag: v3.4-rc1~99^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de4e83bd6b5e16d491ec068cd22801d5d063b07a;p=pandora-kernel.git sysctl: Register the base sysctl table like any other sysctl table. Simplify the code by treating the base sysctl table like any other sysctl table and register it with register_sysctl_table. To ensure this table is registered early enough to avoid problems call sysctl_init from proc_sys_init. Rename sysctl_net.c:sysctl_init() to net_sysctl_init() to avoid name conflicts now that kernel/sysctl.c:sysctl_init() is no longer static. Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed