Date: Wed, 22 Oct 2003 11:41:32 -0700 (PDT) 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_page.c vm_page.h vm_pageout.c Message-ID: <200310221841.h9MIfWix010494@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/10/22 11:41:32 PDT FreeBSD src repository Modified files: sys/vm vm_page.c vm_page.h vm_pageout.c Log: - Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() from vm_pageout_scan(). Rationale: I don't like leaving a busy page in the cache queue with neither the vm object nor the vm page queues lock held. - Assert that the page is active in vm_pageout_page_stats(). Revision Changes Path 1.269 +1 -1 src/sys/vm/vm_page.c 1.124 +1 -0 src/sys/vm/vm_page.h 1.248 +12 -40 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310221841.h9MIfWix010494>