Date: Fri, 31 Mar 2006 23:39:26 +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: <200603312339.k2VNdQEA029939@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603312339.k2VNdQEA029939>