rcu: Make rcu_gp_init() be bool rather than int
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 8 Nov 2015 07:35:00 +0000 (23:35 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Dec 2015 01:01:33 +0000 (17:01 -0800)
commit45fed3e7cfb4001c80cd4bd25249d194a52bfed3
treeb157d20629442ce64d3691867010db33b5c718c3
parente11f13355b09df970495c45ed0eac1dc85dcf5c1
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>
kernel/rcu/tree.c
This page took 0.02472 seconds and 5 git commands to generate.