Date: Wed, 29 Aug 2007 21:17:11 +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_ktrace.c Message-ID: <200708292117.l7TLHBIi025311@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-08-29 21:17:11 UTC FreeBSD src repository Modified files: sys/kern kern_ktrace.c Log: Partially revert the previous change. I failed to notice that where ktruserret() is invoked, an unlocked check of the per-process queue is performed inline, thus, we don't lock the ktrace_sx on every userret(). Pointy hat to: jhb Approved by: re (kensmith) Pointy hat recovered from: rwatson Revision Changes Path 1.121 +0 -2 src/sys/kern/kern_ktrace.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708292117.l7TLHBIi025311>