commit | 50dc7def4a9e05d1329e0cc129a5146821130998 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <der.herr@hofr.at> | Sat Mar 25 20:46:01 2017 +0100 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Apr 19 09:29:19 2017 -0700 |
tree | 5a9e315d21a60bca497c0ddd9e628efe71b41c12 | |
parent | 6bb7ff175ea63dffebadd3f0e921618332809af9 [diff] |
rcu: Use bool value directly The beenonline variable is declared bool so there is no need for an explicit comparison, especially not against the constant zero. Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>