| commit | e86a3bff21316d657fc0aa2cb5f640d30cd70e3c | [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> | Wed Jul 09 09:40:49 2014 -0700 |
| tree | 620af04d5a922f866bed0972e73eb395f547d76f | |
| parent | 8bd26ab27c9ded63a5cadd62432927a9b755bd4d [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>