mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] DM 1/5: kcopyd: remove superfluous INIT_LIST_HEADs
@ 2004-06-09 10:30 Kevin Corry
  0 siblings, 0 replies; only message in thread
From: Kevin Corry @ 2004-06-09 10:30 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML

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),

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

only message in thread, other threads:[~2004-06-09 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-09 10:30 [PATCH] DM 1/5: kcopyd: remove superfluous INIT_LIST_HEADs Kevin Corry

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®