From: Eric W. Biederman Date: Sat, 21 Jan 2012 05:47:03 +0000 (-0800) Subject: sysctl: Add register_sysctl for normal sysctl users X-Git-Tag: v3.4-rc1~99^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fea478d4101a4285aa25c5bafaaf4cec35026fe0;p=pandora-kernel.git sysctl: Add register_sysctl for normal sysctl users The plan is to convert all callers of register_sysctl_table and register_sysctl_paths to register_sysctl. The interface to register_sysctl is enough nicer this should make the callers a bit more readable. Additionally after the conversion the 230 lines of backwards compatibility can be removed. Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed