Date: Sun, 17 May 2009 20:40:41 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200905172040.n4HKenMh084348@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2009-05-17 20:40:41 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: SVN rev 192261 on 2009-05-17 20:40:41Z by alc Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan(). If the page belongs to an object with a reference count of zero, then it can't have any managed mappings on which to clear a reference bit. Revision Changes Path 1.305 +2 -1 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905172040.n4HKenMh084348>