]> git.baikalelectronics.ru Git - kernel.git/commit
kthread: remove comments about old _do_fork() helper
authorYanfei Xu <yanfei.xu@windriver.com>
Mon, 11 Jan 2021 10:48:07 +0000 (18:48 +0800)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 11 Jan 2021 14:11:56 +0000 (15:11 +0100)
commite971ca543b450fb1f275366dcec9b8eb0dae4d4f
tree6ab4e8e7a4dcc13e03bee9da77667640dbd8c559
parent960d4d1f49f60b0cf06b3f9819aea5d6899709ee
kthread: remove comments about old _do_fork() helper

The old _do_fork() helper has been removed in favor of kernel_clone().
Here correct some comments which still contain _do_fork()

Link: https://lore.kernel.org/r/20210111104807.18022-1-yanfei.xu@windriver.com
Cc: christian@brauner.io
Cc: linux-kernel@vger.kernel.org
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
include/trace/events/sched.h
kernel/kthread.c