rcu: Fix typo in comment: kthead -> kthread
Signed-off-by: Rolf Eike Beer <eb@emlix.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
6efb943b86
commit
4c9c3809ae
|
@ -1940,7 +1940,7 @@ static bool rcu_nocb_try_bypass(struct rcu_data *rdp, struct rcu_head *rhp,
|
|||
}
|
||||
|
||||
/*
|
||||
* Awaken the no-CBs grace-period kthead if needed, either due to it
|
||||
* Awaken the no-CBs grace-period kthread if needed, either due to it
|
||||
* legitimately being asleep or due to overload conditions.
|
||||
*
|
||||
* If warranted, also wake up the kthread servicing this CPUs queues.
|
||||
|
|
|
@ -922,7 +922,7 @@ static void __oom_kill_process(struct task_struct *victim, const char *message)
|
|||
continue;
|
||||
}
|
||||
/*
|
||||
* No kthead_use_mm() user needs to read from the userspace so
|
||||
* No kthread_use_mm() user needs to read from the userspace so
|
||||
* we are ok to reap it.
|
||||
*/
|
||||
if (unlikely(p->flags & PF_KTHREAD))
|
||||
|
|
Loading…
Reference in New Issue