Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2896b0f0 authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

pids: Initialize leader_pid in init_task



This is cheap and no cost so we might as well.

Signed-off-by: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent ce397d21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ static struct signal_struct init_signals = {
	},
#endif
	INIT_CPU_TIMERS(init_signals)
	.leader_pid = &init_struct_pid,
	INIT_PREV_CPUTIME(init_signals)
};