]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
rcu: Fix comment in rcu_organize_nocb_kthreads()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 2 Jan 2017 22:24:24 +0000 (14:24 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Jan 2017 19:37:13 +0000 (11:37 -0800)
commit9831ce3bb4f8b8f18f6e9719b64ba4e727d70fb3
treea0548bf2eafcf084a2b579b8b0f17c3e8be1f6f8
parent961518259b3ba79a3cfc634794dc12ea9565dac4
rcu: Fix comment in rcu_organize_nocb_kthreads()

It used to be that the rcuo callback-offload kthreads were spawned
in rcu_organize_nocb_kthreads(), and the comment before the "for"
loop says as much.  However, this spawning has long since moved to
the CPU-hotplug code, so this commit fixes this comment.

Reported-by: Michalis Kokologiannakis <mixaskok@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcu/tree_plugin.h