rcu: Use true/false in assignment to bool
authorNicholas Mc Guire <der.herr@hofr.at>
Sat, 25 Mar 2017 19:46:02 +0000 (20:46 +0100)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 19 Apr 2017 16:29:20 +0000 (09:29 -0700)
commit5455a7f6a8dc66a354c6dbf0a9f40e7cdacd11db
tree031deb80a6d42592be4fe94551883e8316b0cad0
parent50dc7def4a9e05d1329e0cc129a5146821130998
rcu: Use true/false in assignment to bool

This commit makes the parse_rcu_nocb_poll() function assign true
(rather than the constant 1) to the bool variable rcu_nocb_poll.

Signed-off-by: Nicholas Mc Guire <der.herr@hofr.at>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree_plugin.h