Re: [PATCH] kthread: remove incorrect comment in kthread_create_on_cpu()

From: Petr Mladek
Date: Fri Jun 12 2020 - 05:30:02 EST


On Thu 2020-06-11 16:59:21, Ilias Stamatis wrote:
> Originally kthread_create_on_cpu() parked and woke up the new thread.
> However, since commit a65d40961dc7 ("kthread/smpboot: do not park in
> kthread_create_on_cpu()") this is no longer the case. This patch removes
> the comment that has been left behind and is now incorrect / stale.
>
> Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx>

Good catch!

Fixes: a65d40961dc7 ("kthread/smpboot: do not park in kthread_create_on_cpu()")
Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Best Regards,
Petr