From: Dave Hansen <dave@linux.vnet.ibm.com>
To: linux-mm@kvack.org
Cc: Timur Tabi <timur@freescale.com>,
Andi Kleen <andi@firstfloor.org>, Mel Gorman <mel@csn.ul.ie>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [RFC][PATCH 2/2] make new alloc_pages_exact()
Date: Wed, 30 Mar 2011 15:58:54 -0700 [thread overview]
Message-ID: <1301525934.31087.21.camel@nimitz> (raw)
In-Reply-To: <20110322191503.91DA6036@kernel>
On Tue, 2011-03-22 at 12:15 -0700, Dave Hansen wrote:
>
> while (used < alloc_end) {
> - free_page(used);
> - used += PAGE_SIZE;
> + __free_page(page);
> + used++;
> }
Please note that I'm a dummy and put "page" in there instead of "used".
I'll repost these with a proper inclusion request soon.
-- Dave
--
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/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2011-03-30 22:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-22 19:15 [RFC][PATCH 1/2] rename alloc_pages_exact() Dave Hansen
2011-03-22 19:15 ` [RFC][PATCH 2/2] make new alloc_pages_exact() Dave Hansen
2011-03-30 22:58 ` Dave Hansen [this message]
2011-03-22 19:42 ` [RFC][PATCH 1/2] rename alloc_pages_exact() Andi Kleen
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=1301525934.31087.21.camel@nimitz \
--to=dave@linux.vnet.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=linux-mm@kvack.org \
--cc=mel@csn.ul.ie \
--cc=timur@freescale.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;
as well as URLs for NNTP newsgroup(s).