提交 bc17ea10 编写于 作者: P Paul E. McKenney

rcu: Fix obsolete priority-boosting comment

Tasks are no longer migrated to the root rcu_node, so there is no
longer any need for a boost kthread for the root rcu_node, and there no
longer is such a kthread.  This commit therefore fixes the comment in
rcu_boost_kthread()'s header to reflect this new reality.
Signed-off-by: NPaul E. McKenney <paulmck@linux.vnet.ibm.com>
上级 155d1d12
...@@ -1061,8 +1061,7 @@ static int rcu_boost(struct rcu_node *rnp) ...@@ -1061,8 +1061,7 @@ static int rcu_boost(struct rcu_node *rnp)
} }
/* /*
* Priority-boosting kthread. One per leaf rcu_node and one for the * Priority-boosting kthread, one per leaf rcu_node.
* root rcu_node.
*/ */
static int rcu_boost_kthread(void *arg) static int rcu_boost_kthread(void *arg)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册