commit | e504545446e4be916b170f159b6495c352a2b5a5 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 15 12:25:10 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 16 08:34:19 2018 -0700 |
tree | 6370fdf66ade45bf67166ee211e282326b9d8eda | |
parent | 344e9ffcbd1898e1dc04085564a6e05c30ea8199 [diff] |
blk-rq-qos: inline check for q->rq_qos functions Put the short code in the fast path, where we don't have any functions attached to the queue. This minimizes the impact on the hot path in the core code. Cc: Josef Bacik <josef@toxicpanda.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>