]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9adae385b7b76e1b86d5c40f5a7ae7ac49ae127
tree58f2f7946638d0376acfbf39595fbf6e88f7e597
parent32de336d57b89d7a9da5bdab714798bce193c8a0
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