Date: Sun, 3 Apr 2005 22:56:58 +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/vm vnode_pager.c Message-ID: <200504032256.j33Muw7c079870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-04-03 22:56:58 UTC FreeBSD src repository Modified files: sys/vm vnode_pager.c Log: - Don't NULL the vnode's v_object pointer until after the object is torn down. If we have dirty pages, the putpages routine will need to know what the vnode's object is so that it may write out dirty pages. Pointy hat: phk Found by: obrien Revision Changes Path 1.218 +1 -1 src/sys/vm/vnode_pager.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504032256.j33Muw7c079870>