commit | 200e86b3372b51e136a382e007b6b904b1dac7e4 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Jan 25 08:11:38 2017 -0700 |
committer | Jens Axboe <axboe@fb.com> | Wed Jan 25 08:11:38 2017 -0700 |
tree | f4d92877e39e0ea679fae27568724c898d333dd7 | |
parent | 1cf417530375b475d4a8a9f18dc0867f91e52d78 [diff] |
blk-mq: only apply active queue tag throttling for driver tags If we have a scheduler attached, we have two sets of tags. We don't want to apply our active queue throttling for the scheduler side of tags, that only applies to driver tags since that's the resource we need to dispatch an IO. Signed-off-by: Jens Axboe <axboe@fb.com>