[PATCH] DM 1/5: kcopyd: remove superfluous INIT_LIST_HEADs

From: Kevin Corry
Date: Wed Jun 09 2004 - 10:32:19 EST


Remove superfluous kcopyd INIT_LIST_HEAD.

From: Alasdair Kergon <agk@xxxxxxxxxx>
Signed-off-by: Kevin Corry <kevcorry@xxxxxxxxxx>

--- 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),
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/