看板 DFBSD_commit 關於我們 聯絡資訊
commit 4a7e6f5530dd5eb9ca5195aeb18a0ebd59b0fa41 Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org> Date: Thu Jun 2 14:17:46 2011 +0900 kernel: Remove an extra p_lock == 0 check proc_remove_zombie() waits for p_lock to drop to zero before removing the process off zombproc, so this assertion is not needed (any more). Summary of changes: sys/kern/kern_exit.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4a7e6f5530dd5eb9ca5195aeb18a0ebd59b0fa41 -- DragonFly BSD source repository