Date: Thu, 6 Jan 2005 20:22:36 +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 vm_pageout.c Message-ID: <200501062022.j06KMagO042109@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2005-01-06 20:22:36 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Revise the part of vm_pageout_scan() that moves pages from the cache queue to the free queue. With this change, if a page from the cache queue belongs to a locked object, it is simply skipped over rather than moved to the inactive queue. Revision Changes Path 1.267 +31 -12 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501062022.j06KMagO042109>