]> git.karo-electronics.de Git - linux-beck.git/commitdiff
rcu: Fix obsolete priority-boosting comment
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 6 Jun 2015 15:11:43 +0000 (08:11 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 Jul 2015 22:27:28 +0000 (15:27 -0700)
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: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree_plugin.h

index 013485fb2b06b9f499d0673a36bf8f62d5e72607..a983bc68a1469467001caccf22b4dd06ff6978cb 100644 (file)
@@ -1061,8 +1061,7 @@ static int rcu_boost(struct rcu_node *rnp)
 }
 
 /*
- * Priority-boosting kthread.  One per leaf rcu_node and one for the
- * root rcu_node.
+ * Priority-boosting kthread, one per leaf rcu_node.
  */
 static int rcu_boost_kthread(void *arg)
 {