From: Kevin Corry <kevcorry@us.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] DM 1/5: kcopyd: remove superfluous INIT_LIST_HEADs
Date: Wed, 9 Jun 2004 10:30:53 +0000 [thread overview]
Message-ID: <200406091030.53614.kevcorry@us.ibm.com> (raw)
Remove superfluous kcopyd INIT_LIST_HEAD.
From: Alasdair Kergon <agk@redhat.com>
Signed-off-by: Kevin Corry <kevcorry@us.ibm.com>
--- diff/drivers/md/kcopyd.c 2004-06-09 08:47:09.248461240 +0000
+++ source/drivers/md/kcopyd.c 2004-06-09 08:47:38.850960976 +0000
@@ -224,10 +224,6 @@
static int __init jobs_init(void)
{
- INIT_LIST_HEAD(&_complete_jobs);
- INIT_LIST_HEAD(&_io_jobs);
- INIT_LIST_HEAD(&_pages_jobs);
-
_job_cache = kmem_cache_create("kcopyd-jobs",
sizeof(struct kcopyd_job),
__alignof__(struct kcopyd_job),
reply other threads:[~2004-06-09 15:30 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=200406091030.53614.kevcorry@us.ibm.com \
--to=kevcorry@us.ibm.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.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®