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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>