cvs commit: src/sys/kern kern_ktrace.c

John Baldwin jhb at FreeBSD.org
Wed Aug 29 14:17:11 PDT 2007


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


More information about the cvs-src mailing list