commit | e02b2edfa13878c6671d31d5c736f56f89d99bf1 | [log] [tgz] |
---|---|---|
author | Pranith Kumar <bobby.prani@gmail.com> | Wed Jul 09 00:08:17 2014 -0400 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 07 16:18:12 2014 -0700 |
tree | 30e407b1cbeb8833db3fbb0341fbed945c4f940d | |
parent | 521d24ee598bd8a8b71d7ac76ce2c0da0e548406 [diff] |
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>