swap_prefetch: add NR_ANON
Separated out by request from Andrew.
Signed-off-by: Christoph Lameter <[email protected]>
Index: linux-2.6.17-rc6-cl/mm/swap_prefetch.c
===================================================================
--- linux-2.6.17-rc6-cl.orig/mm/swap_prefetch.c 2006-06-10 14:57:06.644921771 -0700
+++ linux-2.6.17-rc6-cl/mm/swap_prefetch.c 2006-06-10 15:39:44.582122436 -0700
@@ -395,6 +395,7 @@ static int prefetch_suitable(void)
* would be expensive to fix and not of great significance.
*/
limit = node_page_state(node, NR_MAPPED) +
+ node_page_state(node, NR_ANON) +
ps.nr_slab + ps.nr_dirty +
ps.nr_unstable + total_swapcache_pages;
if (limit > ns->prefetch_watermark) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]