sysctl: for irda update sysctl_checks list of binary paths
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 18 Oct 2007 10:05:57 +0000 (03:05 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 18 Oct 2007 21:37:23 +0000 (14:37 -0700)
commit8ada720d89d678eb5a09d3048a5e9a35c526800c
tree58f2f7946638d0376acfbf39595fbf6e88f7e597
parent49ffcf8f99e8d33ec8afb450956804af518fd788
sysctl: for irda update sysctl_checks list of binary paths

It turns out that the net/irda code didn't register any of it's binary paths
in the global sysctl.h header file so I missed them completely when making an
authoritative list of binary sysctl paths in the kernel.  So add them to the
list of valid binary sysctl paths.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Samuel Ortiz <samuel@sortiz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sysctl_check.c