Date: Wed, 11 Jan 2006 00:37:13 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_taskqueue.c Message-ID: <200601110037.k0B0bDv4009424@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2006-01-11 00:37:13 UTC FreeBSD src repository Modified files: sys/kern subr_taskqueue.c Log: The interlock in taskqueue_terminate() is completely wrong for taskqueues that use spinlocks. Remove it for now. Revision Changes Path 1.33 +1 -5 src/sys/kern/subr_taskqueue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601110037.k0B0bDv4009424>