Date: Wed, 15 Nov 2000 14:30:48 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c Message-ID: <200011152230.OAA94900@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb         2000/11/15 14:30:48 PST
  Modified files:
    sys/kern             kern_synch.c 
  Log:
  - Replace a KASSERT() that knew too much about mutex internals with a
    mtx_assert() that ensures the mutex we release during msleep() is both
    not recursed and owned by the current process.
  
  Revision  Changes    Path
  1.104     +2 -3      src/sys/kern/kern_synch.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011152230.OAA94900>
