K 10 svn:author V 3 jhb K 8 svn:date V 27 2010-08-19T16:40:30.898650Z K 7 svn:log V 246 There isn't really a need to hold the ktrace mutex just to read the value of p_traceflag that is stored in the kinfo_proc structure. It is still racey even with the lock and the code will read a consistent snapshot of the flag without the lock. END