]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Add a proc_dointvec_bool() sysctl handler for cases where the input value
authorDave Young <hidave.darkstar@gmail.com>
Wed, 3 Aug 2011 00:53:03 +0000 (10:53 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 16 Aug 2011 05:00:42 +0000 (15:00 +1000)
commit572d34074e1332459aaaabc435e5bbbdf98d6215
tree7d09a7c556d51b293c065c2695953bee5ee5f204
parent9364c05bbf61f6270db061364fe1989e9a6111c4
Add a proc_dointvec_bool() sysctl handler for cases where the input value
is limited to 0 and 1.

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/sysctl.h
kernel/sysctl.c