Re: [PATCH v9 04/12] kthread: Allow to call __kthread_create_on_node() with va_list args

From: Tejun Heo
Date: Mon Jun 20 2016 - 15:51:52 EST


On Thu, Jun 16, 2016 at 01:17:23PM +0200, Petr Mladek wrote:
> kthread_create_on_node() implements a bunch of logic to create
> the kthread. It is already called by kthread_create_on_cpu().
>
> We are going to extend the kthread worker API and will
> need to call kthread_create_on_node() with va_list args there.
>
> This patch does only a refactoring and does not modify the existing
> behavior.
>
> Signed-off-by: Petr Mladek <pmladek@xxxxxxxx>

Acked-by: Tejun Heo <tj@xxxxxxxxxx>

Thanks.

--
tejun