diff options
Diffstat (limited to 'block/blk-core.c')
-rw-r--r-- | block/blk-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/block/blk-core.c b/block/blk-core.c index 93eb3e4f88ce..64f9a8668253 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -531,8 +531,8 @@ static int blk_init_free_list(struct request_queue *q) | |||
531 | init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); | 531 | init_waitqueue_head(&rl->wait[BLK_RW_ASYNC]); |
532 | 532 | ||
533 | rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, | 533 | rl->rq_pool = mempool_create_node(BLKDEV_MIN_RQ, mempool_alloc_slab, |
534 | mempool_free_slab, request_cachep, q->node); | 534 | mempool_free_slab, request_cachep, |
535 | 535 | GFP_KERNEL, q->node); | |
536 | if (!rl->rq_pool) | 536 | if (!rl->rq_pool) |
537 | return -ENOMEM; | 537 | return -ENOMEM; |
538 | 538 | ||