From: Marcelo Tosatti <marcelo@conectiva.com.br>
To: Jonathan Morton <chromi@cyberspace.org>
Cc: linux-mm@kvack.org
Subject: Re: [PATCH] VM tuning patch, take 2
Date: Thu, 7 Jun 2001 21:19:02 -0300 (BRT) [thread overview]
Message-ID: <Pine.LNX.4.21.0106072117480.1156-100000@freak.distro.conectiva> (raw)
In-Reply-To: <l03130325b745dbca4a2f@[192.168.239.105]>
+ if ((gfp_mask & (__GFP_WAIT | __GFP_IO)) == (__GFP_WAIT | __GFP_IO)) {
+ int progress = try_to_free_pages(gfp_mask);
+ if(!progress) {
+ wakeup_kswapd(1);
+ goto try_again;
+ }
You're going to allow GFP_BUFFER allocations to eat from the reserved
queues. Eek.
--
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-mm.org/
next prev parent reply other threads:[~2001-06-08 0:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <l0313031fb74590aea499@[192.168.239.105]>
[not found] ` <3B1FED7C.4E483BCD@mandrakesoft.com>
2001-06-07 22:59 ` Jonathan Morton
2001-06-07 23:44 ` Marcelo Tosatti
2001-06-08 1:35 ` Jonathan Morton
2001-06-08 0:19 ` Marcelo Tosatti [this message]
2001-06-08 2:08 ` Jonathan Morton
2001-06-08 0:42 ` Marcelo Tosatti
2001-06-08 2:35 ` Jonathan Morton
2001-06-08 1:59 ` Ed Tomlinson
2001-06-09 3:30 ` Rik van Riel
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.0106072117480.1156-100000@freak.distro.conectiva \
--to=marcelo@conectiva.com.br \
--cc=chromi@cyberspace.org \
--cc=linux-mm@kvack.org \
/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