K 10 svn:author V 3 alc K 8 svn:date V 27 2003-10-22T18:41:32.000000Z K 7 svn:log V 288 - 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(). END