kernel - SWAP CACHE part 9/many - Fix excessive active->cache moves
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 5 Feb 2010 00:23:50 +0000 (16:23 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 5 Feb 2010 00:23:50 +0000 (16:23 -0800)
commite6e9a0c3d23ef216c5fc2ed02d49edf08b6dfb75
treeb361c5f728aa2007c1f769d5986dbc39645fb963
parent7d3c02193be873b1bd2cc70f838bd8deb63f0be2
kernel - SWAP CACHE part 9/many - Fix excessive active->cache moves

* Due to a bug the pageout daemon was moving an excessive number
  of pages from the active queue to the cache queue, bypassing
  the inactive queue.

  This was preventing the swapcache from finding pages to write
  out.
sys/vm/vm_pageout.c