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)
commite02b2edfa13878c6671d31d5c736f56f89d99bf1
tree30e407b1cbeb8833db3fbb0341fbed945c4f940d
parent521d24ee598bd8a8b71d7ac76ce2c0da0e548406
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
This page took 0.031357 seconds and 5 git commands to generate.