Commit c2789bd4 authored by Ilya Dryomov's avatar Ilya Dryomov Committed by Jens Axboe
Browse files

block: rename request_queue slab cache



Name the cache after the actual name of the struct.

Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@fb.com>
parent 55ce0da1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3513,7 +3513,7 @@ int __init blk_dev_init(void)
	request_cachep = kmem_cache_create("blkdev_requests",
			sizeof(struct request), 0, SLAB_PANIC, NULL);

	blk_requestq_cachep = kmem_cache_create("blkdev_queue",
	blk_requestq_cachep = kmem_cache_create("request_queue",
			sizeof(struct request_queue), 0, SLAB_PANIC, NULL);

	return 0;