rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operations
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 26 Jul 2021 18:57:39 +0000 (11:57 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 13 Sep 2021 23:32:46 +0000 (16:32 -0700)
commitebc88ad491362e6a4fae5bfb1c23c06c876f70be
tree0e1cdc1d2b5f86427c6f5e048fb0e2d71f82decf
parent3ac858785231e2573d2964950738aac087ebf30c
rcu: Comment rcu_gp_init() code waiting for CPU-hotplug operations

Near the beginning of rcu_gp_init() is a per-rcu_node loop that waits
for CPU-hotplug operations that might have started before the new
grace period did.  This commit adds a comment explaining that this
wait does not exclude CPU-hotplug operations.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree.c