PERFORCE change 121653 for review
John Baldwin
jhb at FreeBSD.org
Thu Jun 14 21:20:20 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=121653
Change 121653 by jhb at jhb_mutex on 2007/06/14 21:20:12
I'm dumb, this is already done inline.
Affected files ...
.. //depot/projects/smpng/sys/kern/kern_ktrace.c#62 edit
Differences ...
==== //depot/projects/smpng/sys/kern/kern_ktrace.c#62 (text+ko) ====
@@ -447,8 +447,6 @@
ktruserret(struct thread *td)
{
- if (STAILQ_EMPTY(&td->td_proc->p_ktr))
- return;
ktrace_enter(td);
sx_xlock(&ktrace_sx);
ktr_drain(td);
More information about the p4-projects
mailing list