lkml.org 
[lkml]   [2004]   [Jun]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] DM 1/5: kcopyd: remove superfluous INIT_LIST_HEADs
Date
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),
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.068 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site