cvs commit: src/sys/kern kern_ktrace.c

John Baldwin jhb at FreeBSD.org
Mon Jan 23 13:45:34 PST 2006


jhb         2006-01-23 21:45:33 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_ktrace.c 
  Log:
  Fix a vnode reference leak in the ktrace code.  We always grab a reference
  to the vnode at the start of ktr_writerequest() but were missing the
  corresponding vrele() after we finished the write operation.
  
  Reported by:    jasone
  
  Revision  Changes    Path
  1.106     +1 -0      src/sys/kern/kern_ktrace.c


More information about the cvs-all mailing list