]> www.infradead.org Git - users/dwmw2/linux.git/commit
srcu: Update cleanup_srcu_struct() comment
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 11 Jun 2024 15:14:08 +0000 (08:14 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 18 Jun 2024 17:13:37 +0000 (10:13 -0700)
commitd7b0615cb8d24737df436c9c00788c0f35e02c7b
treefe20d14e806b08186a1a6b0ed4a61b67ccca9811
parent395e73bd8d35fa9b8505e44f63a2a10abde09cce
srcu: Update cleanup_srcu_struct() comment

Now that we have polled SRCU grace periods, a grace period can be
started by start_poll_synchronize_srcu() as well as call_srcu(),
synchronize_srcu(), and synchronize_srcu_expedited().  This commit
therefore calls out this new start_poll_synchronize_srcu() possibility
in the comment on the WARN_ON().

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