]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite60baa3f8d44c93595c924c8833170a11129d79c
tree30e407b1cbeb8833db3fbb0341fbed945c4f940d
parent19b702dd1e8b92e8d85c309d74b7fc0829b03f92
rcu: Use true/false instead of 1/0 for a bool type

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