Skip to content

Commit

Permalink
kernel:fork.c: fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Jun 14, 2024
1 parent 4f0424d commit 2afe8db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kernel/fork.c
Original file line number Diff line number Diff line change
Expand Up @@ -2041,10 +2041,8 @@ static __latent_entropy struct task_struct *copy_process(
perf_event_fork(p);

trace_task_newtask(p, clone_flags);
uprobe_copy_process(p, clone_flags);

copy_oom_score_adj(clone_flags, p);

uprobe_copy_process(p, clone_flags);z

return p;

bad_fork_cancel_cgroup:
Expand Down

0 comments on commit 2afe8db

Please sign in to comment.