commit | 0206319fdfee7c36b97aa6c0561bab206132f813 | [log] [tgz] |
---|---|---|
author | Stephen Bates <sbates@raithlin.com> | Thu Apr 20 16:59:11 2017 -0600 |
committer | Jens Axboe <axboe@fb.com> | Thu Apr 20 17:10:48 2017 -0600 |
tree | b7338a78b1162079ed46003cadb5206d7672e235 | |
parent | b00c53e8f411a0b2be036c41852c6858541afbf7 [diff] |
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: 720b8ccc4500 ("blk-mq: Add a polling specific stats function") Signed-off-by: Stephen Bates <sbates@raithlin.com> Signed-off-by: Jens Axboe <axboe@fb.com>