Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2005 01:16:46 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200506110116.j5B1GkDA020433@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-06-11 01:16:46 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Add KTR_VFS tracing to track the life of vnodes.  Eventually KTR_VFS
     events could be added to cover other interesting details.
   - Add some VNASSERTs to discover places where we access vnodes after
     they have been uma_zfree'd before we try to free them again.
   - Add a few more VNASSERTs to vdestroy() to be certain that the vnode is
     really unused.
  
  Sponsored by:   Isilon Systems, Inc.
  
  Revision  Changes    Path
  1.627     +20 -1     src/sys/kern/vfs_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506110116.j5B1GkDA020433>