From: Marcelo Tosatti <marcelo@conectiva.com.br>
To: Ingo Molnar <mingo@elte.hu>
Cc: Linus Torvalds <torvalds@transmeta.com>,
linux-mm@kvack.org, Stephen Tweedie <sct@redhat.com>,
Rik van Riel <riel@conectiva.com.br>
Subject: Re: [PATCH] Limited background active list [and pte] scanning
Date: Fri, 19 Jan 2001 07:59:40 -0200 (BRST) [thread overview]
Message-ID: <Pine.LNX.4.21.0101190757300.5254-100000@freak.distro.conectiva> (raw)
In-Reply-To: <Pine.LNX.4.30.0101191245100.1137-100000@elte.hu>
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/
prev parent reply other threads:[~2001-01-19 9:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-18 22:15 Marcelo Tosatti
2001-01-19 11:45 ` Ingo Molnar
2001-01-19 9:59 ` Marcelo Tosatti [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.21.0101190757300.5254-100000@freak.distro.conectiva \
--to=marcelo@conectiva.com.br \
--cc=linux-mm@kvack.org \
--cc=mingo@elte.hu \
--cc=riel@conectiva.com.br \
--cc=sct@redhat.com \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox