linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mm: page_alloc: fix comment get_page_from_freelist
@ 2013-07-24 15:52 SeungHun Lee
  2013-07-29 22:10 ` David Rientjes
  0 siblings, 1 reply; 2+ messages in thread
From: SeungHun Lee @ 2013-07-24 15:52 UTC (permalink / raw)
  To: linux-mm; +Cc: SeungHun Lee

cpuset_zone_allowed is changed to cpuset_zone_allowed_softwall

and the comment is moved to __cpuset_node_allowed_softwall.

So fix this comment.

Signed-off-by: SeungHun Lee <waydi1@gmail.com>
---
 mm/page_alloc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index b100255..b8475ed 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -1860,7 +1860,7 @@ get_page_from_freelist(gfp_t gfp_mask, nodemask_t *nodemask, unsigned int order,
 zonelist_scan:
 	/*
 	 * Scan zonelist, looking for a zone with enough free.
-	 * See also cpuset_zone_allowed() comment in kernel/cpuset.c.
+	 * See also __cpuset_node_allowed_softwall() comment in kernel/cpuset.c.
 	 */
 	for_each_zone_zonelist_nodemask(zone, z, zonelist,
 						high_zoneidx, nodemask) {
-- 
1.7.0.4

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] mm: page_alloc: fix comment get_page_from_freelist
  2013-07-24 15:52 [PATCH] mm: page_alloc: fix comment get_page_from_freelist SeungHun Lee
@ 2013-07-29 22:10 ` David Rientjes
  0 siblings, 0 replies; 2+ messages in thread
From: David Rientjes @ 2013-07-29 22:10 UTC (permalink / raw)
  To: SeungHun Lee; +Cc: linux-mm

On Thu, 25 Jul 2013, SeungHun Lee wrote:

> cpuset_zone_allowed is changed to cpuset_zone_allowed_softwall
> 
> and the comment is moved to __cpuset_node_allowed_softwall.
> 
> So fix this comment.
> 
> Signed-off-by: SeungHun Lee <waydi1@gmail.com>

Acked-by: David Rientjes <rientjes@google.com>

I forgot to change this comment while renaming the function, thanks for 
catching it.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-29 22:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-24 15:52 [PATCH] mm: page_alloc: fix comment get_page_from_freelist SeungHun Lee
2013-07-29 22:10 ` David Rientjes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox