+1
−1
+4
−4
+7
−7
Loading
The rcu_data structure's ->deferred_qs field is used to indicate that the
current CPU is blocking an expedited grace period (perhaps a future one).
Given that it is used only for expedited grace periods, its current name
is misleading, so this commit renames it to ->exp_deferred_qs.
Signed-off-by:
Paul E. McKenney <paulmck@linux.ibm.com>