Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call kthread_create() correctly with fixed arguments.
The kernel's kthread_create() function is defined as "..." and there is no va_list variant at the moment. The task name is pre-formatted into a small buffer on the stack and kthread_create() is called with a single fixed string argument.
- Loading branch information