git: kernel: Remove an extra p_lock == 0 check

YONETANI Tomokazu y0netan1 at crater.dragonflybsd.org
Wed Jun 1 22:20:52 PDT 2011


commit 4a7e6f5530dd5eb9ca5195aeb18a0ebd59b0fa41
Author: YONETANI Tomokazu <y0netan1 at 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





More information about the Commits mailing list