commit | b8d62b3a9c25d64d8de4a272314dac0c957982f2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Aug 08 17:53:33 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Aug 09 13:09:33 2017 -0600 |
tree | 8da4ed2c4ad00ed7469ebe90bdc741830ffa0426 | |
parent | f299b7c7a9dee64425e5965bd4f56dc024c1befc [diff] |
blk-mq: enable checking two part inflight counts at the same time Modify blk_mq_in_flight() to count both a partition and root at the same time. Then we only have to call it once, instead of potentially looping the tags twice. Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>