patch-1.3.12 linux/kernel/fork.c

Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/trdevice.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.11/linux/kernel/fork.c linux/kernel/fork.c
@@ -192,6 +192,8 @@
 	p->state = TASK_UNINTERRUPTIBLE;
 	p->flags &= ~(PF_PTRACED|PF_TRACESYS);
 	p->pid = last_pid;
+	p->next_run = NULL;
+	p->prev_run = NULL;
 	p->p_pptr = p->p_opptr = current;
 	p->p_cptr = NULL;
 	p->signal = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this