patch-2.3.24 linux/kernel/fork.c
Next file: linux/kernel/ksyms.c
Previous file: linux/ipc/util.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Oct 27 14:10:53 1999
- Orig file:
v2.3.23/linux/kernel/fork.c
- Orig date:
Fri Oct 22 13:21:55 1999
diff -u --recursive --new-file v2.3.23/linux/kernel/fork.c linux/kernel/fork.c
@@ -352,7 +352,7 @@
void mm_release(void)
{
struct task_struct *tsk = current;
- forget_segments();
+
/* notify parent sleeping on vfork() */
if (tsk->flags & PF_VFORK) {
tsk->flags &= ~PF_VFORK;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)