diff options
| author | Yanfei Xu <[email protected]> | 2021-01-11 18:48:07 +0800 |
|---|---|---|
| committer | Christian Brauner <[email protected]> | 2021-01-11 15:11:56 +0100 |
| commit | cb5021ca622fe83923e0789f99fe7227cbcd3f68 (patch) | |
| tree | 6ab4e8e7a4dcc13e03bee9da77667640dbd8c559 /include | |
| parent | 96e1e9846c6691f90009ae4d8e486e0ce5c628a7 (diff) | |
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/[email protected]
Cc: [email protected]
Cc: [email protected]
Acked-by: Christian Brauner <[email protected]>
Signed-off-by: Yanfei Xu <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/trace/events/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h index 5039af667645..cbe3e152d24c 100644 --- a/include/trace/events/sched.h +++ b/include/trace/events/sched.h @@ -366,7 +366,7 @@ TRACE_EVENT(sched_process_wait, ); /* - * Tracepoint for do_fork: + * Tracepoint for kernel_clone: */ TRACE_EVENT(sched_process_fork, |