sysctl: Warn about all uses of sys_sysctl.
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 03:32:48 +0000 (19:32 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 03:35:52 +0000 (19:35 -0800)
Now that the glibc pthread implemenation no longers uses sysctl() users
of sysctl are as rare as hen's teeth.  So remove the glibc exception
from the warning, and use the standard printk_ratelimit instead of
rolling our own.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found