rcu: Use true/false instead of 1/0 for a bool type
authorPranith Kumar <bobby.prani@gmail.com>
Wed, 9 Jul 2014 04:08:17 +0000 (00:08 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 7 Sep 2014 23:18:12 +0000 (16:18 -0700)
This commit uses true/false instead of 1/0 for bool types in rcu_gp_fqs()
and force_qs_rnp().

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c

Simple merge