OSDN Git Service

kthread: Pass in the thread's name during creation
authorMike Christie <michael.christie@oracle.com>
Fri, 10 Mar 2023 22:03:24 +0000 (16:03 -0600)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Sun, 12 Mar 2023 09:54:36 +0000 (10:54 +0100)
commit73e0c116594d99f807754b15e474690635a87249
tree42742ca09631573aa530f2482c0189cba438577e
parentcf587db2ee0261c74d04f61f39783db88a0b65e4
kthread: Pass in the thread's name during creation

This has us pass in the thread's name during creation in kernel_thread.

Signed-off-by: Mike Christie <michael.christie@oracle.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
kernel/kthread.c