Date: Thu, 22 Nov 2007 20:01:39 +0000 (UTC) From: Alan Cox <alc@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: <200711222001.lAMK1dhF061928@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-11-22 20:01:39 UTC FreeBSD src repository Modified files: sys/vm vnode_pager.c Log: Remove an unnecessary call to pmap_remove_all() and the associated "XXX" comments from vnode_pager_setsize(). This call was introduced in revision 1.140 to address a problem that no longer exists. Specifically, pmap_zero_page_area() has replaced a (possibly) problematic implementation of page zeroing that was based on vm_pager_map(), bzero(), and vm_pager_unmap(). Revision Changes Path 1.238 +1 -15 src/sys/vm/vnode_pager.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711222001.lAMK1dhF061928>