diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-05-01 23:34:08 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-07-13 00:38:48 +0200 |
commit | ff3bb6f4d06247508489345ee90a8a9b6f3ffd3b (patch) | |
tree | 8fd31ff06ffe216116073bf18890444a27276656 /kernel/rcu/tree_plugin.h | |
parent | rcu: Convert rcu_fqs tracepoint to ->gp_seq (diff) | |
download | linux-ff3bb6f4d06247508489345ee90a8a9b6f3ffd3b.tar.xz linux-ff3bb6f4d06247508489345ee90a8a9b6f3ffd3b.zip |
rcu: Remove ->gpnum and ->completed
Now that everything has been converted to use ->gp_seq instead of
->gpnum and ->completed, this commit removes ->gpnum and ->completed.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/rcu/tree_plugin.h')
-rw-r--r-- | kernel/rcu/tree_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index c8a2c7760121..3a6e04103de1 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -690,7 +690,7 @@ static int rcu_print_task_exp_stall(struct rcu_node *rnp) * Check that the list of blocked tasks for the newly completed grace * period is in fact empty. It is a serious bug to complete a grace * period that still has RCU readers blocked! This function must be - * invoked -before- updating this rnp's ->gpnum, and the rnp's ->lock + * invoked -before- updating this rnp's ->gp_seq, and the rnp's ->lock * must be held by the caller. * * Also, if there are blocked tasks on the list, they automatically |