blk-mq: initialize sg_reserved_size
authorChristoph Hellwig <hch@infradead.org>
Fri, 7 Feb 2014 18:22:39 +0000 (10:22 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 7 Feb 2014 18:58:54 +0000 (11:58 -0700)
To behave the same way as the old request path.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c

index a99bea4554529bc2c00f5a6f642687715625d490..f1e63c2ece71ce66e5e4045733e0a159d4a25b85 100644 (file)
@@ -1387,6 +1387,8 @@ struct request_queue *blk_mq_init_queue(struct blk_mq_reg *reg,
        q->mq_ops = reg->ops;
        q->queue_flags |= QUEUE_FLAG_MQ_DEFAULT;
 
+       q->sg_reserved_size = INT_MAX;
+
        blk_queue_make_request(q, blk_mq_make_request);
        blk_queue_rq_timed_out(q, reg->ops->timeout);
        if (reg->timeout)