All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minchan Kim <minchan@kernel.org>
To: Gavin Shan <shangw@linux.vnet.ibm.com>
Cc: 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 16:10:48 +0900	[thread overview]
Message-ID: <4FD98E78.1060405@kernel.org> (raw)
In-Reply-To: <1339656837-28941-1-git-send-email-shangw@linux.vnet.ibm.com>

On 06/14/2012 03:53 PM, Gavin Shan wrote:

> 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))

-- 
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:10 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 [this message]
2012-06-14  7:52   ` Gavin Shan

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=4FD98E78.1060405@kernel.org \
    --to=minchan@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-mm@kvack.org \
    --cc=rientjes@google.com \
    --cc=shangw@linux.vnet.ibm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.