]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Make rcutorture bool parameters really bool (core code)
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Dec 2011 03:13:24 +0000 (13:43 +1030)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 16 Dec 2011 18:25:55 +0000 (10:25 -0800)
commitdb50e010d3f8967b2c8a585b139d4aa6d0c831a8
treea1b24967873ea15ea12c3a0f99408d2d4e4ad0cf
parenta513f6bab0939800dcf1e7c075e733420cf967c5
rcu: Make rcutorture bool parameters really bool (core code)

module_param(bool) used to counter-intuitively take an int.  In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.

It's time to remove the int/unsigned int option.  For this version
it'll simply give a warning, but it'll break next kernel version.
This commit makes this change to rcutorture.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutorture.c