linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Gavin Shan <shangw@linux.vnet.ibm.com>
To: Minchan Kim <minchan@kernel.org>
Cc: Gavin Shan <shangw@linux.vnet.ibm.com>,
	linux-mm@kvack.org, rientjes@google.com, hannes@cmpxchg.org,
	akpm@linux-foundation.org
Subject: Re: [PATCH] mm/buddy: make skip_free_areas_node static
Date: Thu, 14 Jun 2012 15:52:16 +0800	[thread overview]
Message-ID: <20120614075216.GA29178@shangw> (raw)
In-Reply-To: <4FD98E78.1060405@kernel.org>

>> Currently, function skip_free_areas_node() seems to be used only
>> by page allocator, so make it into static one.
>> 
>
>
>barrios@bbox:~/linux-next$ grep -nRH 'skip_free_areas_node' arch/ia64/
>arch/ia64/mm/discontig.c:633:		if (skip_free_areas_node(filter, nid))
>arch/ia64/mm/contig.c:56:		if (skip_free_areas_node(filter, nid))
>

Thanks for pointing it out, Minchan.

Thanks,
Gavin

>-- 
>Kind regards,
>Minchan Kim
>

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2012-06-14  7:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-14  6:53 [PATCH] mm/buddy: make skip_free_areas_node static Gavin Shan
2012-06-14  7:10 ` Minchan Kim
2012-06-14  7:52   ` Gavin Shan [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=20120614075216.GA29178@shangw \
    --to=shangw@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-mm@kvack.org \
    --cc=minchan@kernel.org \
    --cc=rientjes@google.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).