Module Name: src Committed By: ozaki-r Date: Fri Oct 28 07:27:52 UTC 2016
Modified Files: src/sys/kern: subr_psref.c Log Message: Fix an assertion in _psref_held The assertion, psref->psref_lwp == curlwp, is valid only if the target is held by the caller. Reviewed by riastradh@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_psref.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.