cvs commit: src/sys/kern vfs_subr.c
Jeff Roberson
jeff at FreeBSD.org
Fri Mar 31 23:39:29 UTC 2006
jeff 2006-03-31 23:39:26 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
Log:
- Add an assert to vgone. It is illegal to call vgone without a reference
to the vnode. Without a reference the vnode will never be vdestroy'd
and the memory will never be reclaimed.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.668 +0 -3 src/sys/kern/vfs_subr.c
More information about the cvs-src
mailing list