]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: Fix poll_stat for new size-based bucketing.
authorStephen Bates <sbates@raithlin.com>
Thu, 20 Apr 2017 22:59:11 +0000 (16:59 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 20 Apr 2017 23:10:48 +0000 (17:10 -0600)
commit6f6ccc1229a45bc144896f66a08d90ca378d0a1e
treeb7338a78b1162079ed46003cadb5206d7672e235
parent55c25a404026db49e5be652f82b2b8dabe408d1b
blk-mq: Fix poll_stat for new size-based bucketing.

Fixes an issue where the size of the poll_stat array in request_queue
does not match the size expected by the new size based bucketing for
IO completion polling.

Fixes: 9244886bf427 ("blk-mq: Add a polling specific stats function")
Signed-off-by: Stephen Bates <sbates@raithlin.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq-debugfs.c
block/blk-mq.c
include/linux/blkdev.h