]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give the kmem object's mutex a unique name, instead of "vm object",
authorAlan Cox <alc@FreeBSD.org>
Fri, 9 May 2003 02:13:23 +0000 (02:13 +0000)
committerAlan Cox <alc@FreeBSD.org>
Fri, 9 May 2003 02:13:23 +0000 (02:13 +0000)
commit3a12f5da1ffa920f601e5dfda18a9da49c3c8134
treea2a5dde2afe13404a3752342a72e834175f03924
parent3b70c1d701103c54bd105e7b0f08d2febea1dbe0
Give the kmem object's mutex a unique name, instead of "vm object",
to avoid false reports of lock-order reversal with a system map mutex.

Approved by: re (jhb)
sys/vm/vm_object.c