commit | 2fb10732c3b3c9671b1a391996ce7e551876c25e | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Nov 11 19:32:48 2009 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Nov 11 19:35:52 2009 -0800 |
tree | 84944564aaefa5c702c79dc20ccc9ecec34dc0a8 | |
parent | 2315ffa0a9f789c588c7139effa7404a387d8685 [diff] |
sysctl: Warn about all uses of sys_sysctl. 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>