patch-2.3.41 linux/kernel/exit.c
Next file: linux/kernel/ksyms.c
Previous file: linux/kernel/dma.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Jan 25 10:43:39 2000
- Orig file:
v2.3.40/linux/kernel/exit.c
- Orig date:
Thu Nov 11 20:11:54 1999
diff -u --recursive --new-file v2.3.40/linux/kernel/exit.c linux/kernel/exit.c
@@ -416,9 +416,6 @@
tsk->exit_code = code;
exit_notify();
task_unlock(tsk);
-#ifdef DEBUG_PROC_TREE
- audit_ptree();
-#endif
if (tsk->exec_domain && tsk->exec_domain->module)
__MOD_DEC_USE_COUNT(tsk->exec_domain->module);
if (tsk->binfmt && tsk->binfmt->module)
@@ -508,9 +505,6 @@
notify_parent(p, SIGCHLD);
} else
release(p);
-#ifdef DEBUG_PROC_TREE
- audit_ptree();
-#endif
goto end_wait4;
default:
continue;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)