git: kernel - Add missing dsched_exit_thread() and friends

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 11 22:55:16 PST 2011


commit 18af8f55e0030722b15761e79680829d44124a18
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Nov 11 22:53:58 2011 -0800

    kernel - Add missing dsched_exit_thread() and friends
    
    * In the lwp_create()/lwp_fork() failure path we have to clean up
      the dsched stuff before scrapping the LWP.
    
    Reported-by: swildner

Summary of changes:
 sys/kern/kern_fork.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18af8f55e0030722b15761e79680829d44124a18


-- 
DragonFly BSD source repository





More information about the Commits mailing list