]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Retire vm_pageout_page_free(). Instead, use vm_page_select_cache() from
authorAlan Cox <alc@FreeBSD.org>
Wed, 22 Oct 2003 18:41:32 +0000 (18:41 +0000)
committerAlan Cox <alc@FreeBSD.org>
Wed, 22 Oct 2003 18:41:32 +0000 (18:41 +0000)
commitab42316c2f49d5bf5694d473d29d10f756af75b9
tree47d61f714782fb39adfa2a86dd96d10ca82461af
parentbdf26406e9869275b4479e99d47dcc5d8a3c036b
 - 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().
sys/vm/vm_page.c
sys/vm/vm_page.h
sys/vm/vm_pageout.c