From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 19 Jan 2001 07:59:40 -0200 (BRST) From: Marcelo Tosatti Subject: Re: [PATCH] Limited background active list [and pte] scanning In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-mm@kvack.org Return-Path: To: Ingo Molnar Cc: Linus Torvalds , linux-mm@kvack.org, Stephen Tweedie , Rik van Riel List-ID: On Fri, 19 Jan 2001, Ingo Molnar wrote: > > Marcelo, > > your patch did not compile as-is because you did not export the > bp_page_aging variable to mm/swap.c. Ugh, sorry. Here it goes: --- linux.orig/include/linux/swap.h Thu Jan 11 11:13:38 2001 +++ linux/include/linux/swap.h Thu Jan 11 14:54:57 2001 @@ -101,6 +101,7 @@ extern void swap_setup(void); /* linux/mm/vmscan.c */ +extern int bg_page_aging; extern struct page * reclaim_page(zone_t *); extern wait_queue_head_t kswapd_wait; extern wait_queue_head_t kreclaimd_wait; -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux.eu.org/Linux-MM/