commit | a808a9d545cdffb964f27239d1fc0c6e2330b424 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 13 08:28:14 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 15:18:25 2021 -0600 |
tree | 4157216f874fa4385bc09f2ac1500cebee9a2ab0 | |
parent | d92ca9d8348fb12c89eac5928bd651c3a485d7b9 [diff] |
block: inline fast path of driver tag allocation If we don't use an IO scheduler or have shared tags, then we don't need to call into this external function at all. This saves ~2% for such a setup. Signed-off-by: Jens Axboe <axboe@kernel.dk>