Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 10:39:09 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c
Message-ID:  <200402271839.i1RId9Px026297@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2004/02/27 10:39:09 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  Drop sched_lock around the wakeup of the parent process after setting
  the process state to zombie when a process exits to avoid a lock order
  reversal with the sleepqueue locks.  This appears to be the only place
  that we call wakeup() with sched_lock held.
  
  Revision  Changes    Path
  1.223     +9 -4      src/sys/kern/kern_exit.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402271839.i1RId9Px026297>