]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
authorJens Axboe <axboe@kernel.dk>
Tue, 19 Nov 2013 16:25:07 +0000 (09:25 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Nov 2013 16:25:07 +0000 (09:25 -0700)
commit1686d37a7ff2c649fc711f7de6d48106268afb35
tree52cdf7a26b27d9cab3b1eba9b424a6d1432bdf8d
parent809993c9f94f346765eb59a0cce15b49297da2b8
blk-mq: ensure that we set REQ_IO_STAT so diskstats work

If disk stats are enabled on the queue, a request needs to
be marked with REQ_IO_STAT for accounting to be active on
that request. This fixes an issue with virtio-blk not
showing up in /proc/diskstats after the conversion to
blk-mq.

Add QUEUE_FLAG_MQ_DEFAULT, setting stats and same cpu-group
completion on by default.

Reported-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
include/linux/blkdev.h