As we all know, kthreadd is a kernel thread, which is used to help others create new kernel threads (Review kthread_create_list
to see if there is any new kernel thread need to create).
But I can not understand why we do not use create_kthread
to create a new kernel thread?
I do not see any difference kthreadd makes.
Could you give me some suggestions, please.
Thanks for your great help.