Date: Wed, 5 Sep 2007 22:18:39 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_rwlock.c Message-ID: <200709052218.l85MIdHf014644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alfred 2007-09-05 22:18:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/kern kern_rwlock.c
Log:
Remove/refactor calls to turnstile_release() as it turns out that
turnstile_unpend_queue() drops the lock that turnstile_release()
does. This was triggering a mtx_unlock() of an already unlocked
mutex panic.
Obtained from: Juniper Networks
Revision Changes Path
1.28.2.2 +4 -5 src/sys/kern/kern_rwlock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709052218.l85MIdHf014644>
