Module Name: src Committed By: dholland Date: Sat Jan 9 07:52:38 UTC 2016
Modified Files: src/sys/kern: kern_fork.c sys_process.c Log Message: When doing an unlock/relock dance to avoid lock inversion, it's important to relock the lock you unlocked. Otherwise the lock you unlocked won't walk the walk, not by a long chalk, and you'll end up getting mocked. >From Mateusz Guzik of FreeBSD via freenode. XXX: pullup-6 and -7 To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/kern/kern_fork.c cvs rdiff -u -r1.166 -r1.167 src/sys/kern/sys_process.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.