cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Sat Jun 11 01:16:47 GMT 2005
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
More information about the cvs-src
mailing list