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 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html