rcu: Remove redundant offline check
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 10 Mar 2015 00:00:56 +0000 (17:00 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 May 2015 19:58:38 +0000 (12:58 -0700)
commitcce7f1fc015a98ca9263bd5730c00258bc214e53
tree6d7bdb35d42e3caedbaf3ce2180901258f1245fd
parentc5b5539506f86469dca08310657ca93bbb6c00a5
rcu: Remove redundant offline check

Because offline CPUs are propagated up the rcu_node tree's ->qsmaskinit
bits just before each grace period starts, the ->qsmaskinit bit cannot
be clear when the corresponding ->qsmask bit is set.  Furthermore, this
condition used to correspond to a CPU that was on its way offline, and
making RCU's notion of an offline CPU more precise has eliminated this
situation.  This commit therefore removes the now-redundant offline
check from force_qs_rnp().

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c