mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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>
This commit is contained in:
committed by
Christian Brauner
parent
96e1e9846c
commit
cb5021ca62
@@ -294,7 +294,7 @@ static int kthread(void *_create)
|
||||
do_exit(ret);
|
||||
}
|
||||
|
||||
/* called from do_fork() to get node information for about to be created task */
|
||||
/* called from kernel_clone() to get node information for about to be created task */
|
||||
int tsk_fork_get_node(struct task_struct *tsk)
|
||||
{
|
||||
#ifdef CONFIG_NUMA
|
||||
|
Reference in New Issue
Block a user