aboutsummaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
diff options
context:
space:
mode:
Diffstat (limited to 'block/ll_rw_blk.c')
-rw-r--r--block/ll_rw_blk.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/block/ll_rw_blk.c b/block/ll_rw_blk.c
index d7cadf304168..66056ca5e631 100644
--- a/block/ll_rw_blk.c
+++ b/block/ll_rw_blk.c
@@ -3698,13 +3698,13 @@ int __init blk_dev_init(void)
3698 panic("Failed to create kblockd\n"); 3698 panic("Failed to create kblockd\n");
3699 3699
3700 request_cachep = kmem_cache_create("blkdev_requests", 3700 request_cachep = kmem_cache_create("blkdev_requests",
3701 sizeof(struct request), 0, SLAB_PANIC, NULL, NULL); 3701 sizeof(struct request), 0, SLAB_PANIC, NULL);
3702 3702
3703 requestq_cachep = kmem_cache_create("blkdev_queue", 3703 requestq_cachep = kmem_cache_create("blkdev_queue",
3704 sizeof(request_queue_t), 0, SLAB_PANIC, NULL, NULL); 3704 sizeof(request_queue_t), 0, SLAB_PANIC, NULL);
3705 3705
3706 iocontext_cachep = kmem_cache_create("blkdev_ioc", 3706 iocontext_cachep = kmem_cache_create("blkdev_ioc",
3707 sizeof(struct io_context), 0, SLAB_PANIC, NULL, NULL); 3707 sizeof(struct io_context), 0, SLAB_PANIC, NULL);
3708 3708
3709 for_each_possible_cpu(i) 3709 for_each_possible_cpu(i)
3710 INIT_LIST_HEAD(&per_cpu(blk_cpu_done, i)); 3710 INIT_LIST_HEAD(&per_cpu(blk_cpu_done, i));