Date: Sat, 21 Feb 2004 15:32:00 -0800 (PST) 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 vm_pageout.c Message-ID: <200402212332.i1LNW0gh044343@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004/02/21 15:32:00 PST FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Eliminate the second, unnecessary call to pmap_page_protect() near the end of vm_pageout_flush(). Instead, assert that the page is still write protected. Discussed with: tegge Revision Changes Path 1.253 +4 -2 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402212332.i1LNW0gh044343>