| commit | 9b3fa981692c47399a15d050be64f53f2a4ee95a | [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 12:44:46 2014 -0700 |
| tree | d336e87a4517d2fad2c2b37b977b7d45f8a80add | |
| parent | a2e1b957601ccc7fd4ef98c4b4b0d2e9a4a61a59 [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>