commit | bf0ddaba65ddbb2715af97041da8e7a45b2d8628 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Thu Apr 26 00:21:59 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Apr 26 09:02:01 2018 -0600 |
tree | 42ecea860351829817753e8ce2c4205a8aaff8b1 | |
parent | 6131837b1de66116459ef4413e26fdbc70d066dc [diff] |
blk-mq: fix sysfs inflight counter When the blk-mq inflight implementation was added, /proc/diskstats was converted to use it, but /sys/block/$dev/inflight was not. Fix it by adding another helper to count in-flight requests by data direction. Fixes: f299b7c7a9de ("blk-mq: provide internal in-flight variant") Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>