cvs commit: src/sys/kern kern_exit.c kern_thread.c

John Baldwin jhb at FreeBSD.org
Mon Apr 21 08:21:26 PDT 2003


On 21-Apr-2003 David Xu wrote:
> davidxu     2003/04/21 07:42:04 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             kern_exit.c kern_thread.c 
>   Log:
>   Fix lock order reversal problem.

Cool, thanks.  I had that mtx_unlock/lock pair replaced with
DROP_GIANT and PICKUP_GIANT locally as well.

-- 

John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


More information about the cvs-src mailing list