Module Name: src Committed By: ahoka Date: Tue Apr 26 17:40:38 UTC 2011
Modified Files: src/sys/kern: kern_kthread.c Log Message: Hold the current lwp's mutex, instead of the lwp we want to wait for in kthread_join(). This fixes panics with DIAGNOSTIC and possibly some rare race conditons. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_kthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.