diff options
-rw-r--r-- | block/blk-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 5131993b23a1..c0c884efa40f 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -3513,7 +3513,7 @@ int __init blk_dev_init(void) | |||
3513 | request_cachep = kmem_cache_create("blkdev_requests", | 3513 | request_cachep = kmem_cache_create("blkdev_requests", |
3514 | sizeof(struct request), 0, SLAB_PANIC, NULL); | 3514 | sizeof(struct request), 0, SLAB_PANIC, NULL); |
3515 | 3515 | ||
3516 | blk_requestq_cachep = kmem_cache_create("blkdev_queue", | 3516 | blk_requestq_cachep = kmem_cache_create("request_queue", |
3517 | sizeof(struct request_queue), 0, SLAB_PANIC, NULL); | 3517 | sizeof(struct request_queue), 0, SLAB_PANIC, NULL); |
3518 | 3518 | ||
3519 | return 0; | 3519 | return 0; |