Date: Sat, 7 Jan 2006 14:03:16 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c Message-ID: <200601071403.k07E3GJb023019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-01-07 14:03:16 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: Revert an untested local change that crept in with the lo_class changes and subsequently broke the build. This change is supposed to fix the case where doing a mtx_destroy() off a spin mutex while you hold it fails. If it had been tested I would just leave it in, but it hasn't been tested yet, so it will have to wait until later. Revision Changes Path 1.162 +0 -4 src/sys/kern/kern_mutex.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601071403.k07E3GJb023019>