Commit 247ba46c authored by Kevin Corry's avatar Kevin Corry Committed by Linus Torvalds

[PATCH] dm: kcopyd: remove superfluous INIT_LIST_HEADs

Remove superfluous kcopyd INIT_LIST_HEAD.

From: Alasdair Kergon <agk@redhat.com>
Signed-off-by: default avatarKevin Corry <kevcorry@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9fa54a82
......@@ -220,10 +220,6 @@ static LIST_HEAD(_pages_jobs);
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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment