]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Partially revert the previous change. I failed to notice that where
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 29 Aug 2007 21:17:11 +0000 (21:17 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 29 Aug 2007 21:17:11 +0000 (21:17 +0000)
commit57b7fe337e89dfff89a880012eadb58a9745f81e
tree8e2283c9916f79523b5c80d25aa0c699e1f84581
parenteb0fa74e92fd57e58208ab3e98f25a85e4a49012
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
sys/kern/kern_ktrace.c