From: "Robert P. J. Day" <rpjday@mindspring.com>
To: Linux kernel mailing list <linux-kernel@vger.kernel.org>
Cc: trivial@kernel.org
Subject: [PATCH] mm: Remove worthless comment referring to kzalloc_node().
Date: Sun, 3 Dec 2006 11:38:50 -0500 (EST) [thread overview]
Message-ID: <Pine.LNX.4.64.0612031137070.4530@localhost.localdomain> (raw)
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);
reply other threads:[~2006-12-03 16:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=Pine.LNX.4.64.0612031137070.4530@localhost.localdomain \
--to=rpjday@mindspring.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/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
all inboxes | Powered by JetHome®