sysctl: Implement retire_sysctl_set
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 10 Jan 2012 06:19:13 +0000 (22:19 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2012 00:37:55 +0000 (16:37 -0800)
commit97324cd804b7b9fb6044e114329335db79810425
treeffebd82bb36069d38b9063328920f39434eb5155
parenta15e20982e2fbb06e85da584a0f150784042c17d
sysctl: Implement retire_sysctl_set

This adds a small helper retire_sysctl_set to remove the intimate knowledge about
the how a sysctl_set is implemented from net/sysct_net.c

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/proc/proc_sysctl.c
include/linux/sysctl.h
net/sysctl_net.c