patch-2.3.13 linux/kernel/fork.c

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

diff -u --recursive --new-file v2.3.12/linux/kernel/fork.c linux/kernel/fork.c
@@ -321,6 +321,7 @@
 {
 	if (mm == &init_mm) BUG();
 	pgd_free(mm->pgd);
+	destroy_context(mm);
 	kmem_cache_free(mm_cachep, mm);
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)