mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] mm: Remove worthless comment referring to kzalloc_node().
@ 2006-12-03 16:38 Robert P. J. Day
  0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2006-12-03 16:38 UTC (permalink / raw)
  To: Linux kernel mailing list; +Cc: trivial


  Remove comment referring to non-existent kzalloc_node() routine.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>

---

diff --git a/mm/allocpercpu.c b/mm/allocpercpu.c
index eaa9abe..9adcf4d 100644
--- a/mm/allocpercpu.c
+++ b/mm/allocpercpu.c
@@ -55,7 +55,6 @@ void *percpu_populate(void *__pdata, siz

 	BUG_ON(pdata->ptrs[cpu]);
 	if (node_online(node)) {
-		/* FIXME: kzalloc_node(size, gfp, node) */
 		pdata->ptrs[cpu] = kmalloc_node(size, gfp, node);
 		if (pdata->ptrs[cpu])
 			memset(pdata->ptrs[cpu], 0, size);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-03 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-03 16:38 [PATCH] mm: Remove worthless comment referring to kzalloc_node() Robert P. J. Day

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

all inboxes | Powered by JetHome®