commit | 45fed3e7cfb4001c80cd4bd25249d194a52bfed3 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Nov 07 23:35:00 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 07 17:01:33 2015 -0800 |
tree | b157d20629442ce64d3691867010db33b5c718c3 | |
parent | e11f13355b09df970495c45ed0eac1dc85dcf5c1 [diff] |
rcu: Make rcu_gp_init() be bool rather than int The return value from rcu_gp_init() is always used as a bool, so this commit makes it be a bool. Reported-by: Iftekhar Ahmed <ahmedi@oregonstate.edu> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>