Date: Sun, 03 Jul 2005 01:11:54 -0000 From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vnode_pager.c src/sys/sys vnode.h src/sys/kern vfs_default.c Message-ID: <200501280856.j0S8um8f006300@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2005-01-28 08:56:48 UTC FreeBSD src repository Modified files: sys/vm vnode_pager.c sys/sys vnode.h sys/kern vfs_default.c Log: Move the contents of vop_stddestroyvobject() to the new vnode_pager function vnode_destroy_vobject(). Make the new function zero the vp->v_object pointer so we can tell if a call is missing. Revision Changes Path 1.119 +1 -25 src/sys/kern/vfs_default.c 1.275 +1 -0 src/sys/sys/vnode.h 1.212 +33 -0 src/sys/vm/vnode_pager.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501280856.j0S8um8f006300>