diff options
author | Jens Axboe <axboe@kernel.dk> | 2021-11-04 12:45:51 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-04 12:54:33 -0600 |
commit | c98cb5bbdab10d187aff9b4e386210eb2332af96 (patch) | |
tree | b1cbcd39a591ee32896da9146abb490fa34d9183 /scripts/gdb/linux/utils.py | |
parent | 71539717c10521114403d27e171c9cbe35dcd900 (diff) |
block: make bio_queue_enter() fast-path available inline
Just a prep patch for shifting the queue enter logic. This moves the
expected fast path inline, and leaves __bio_queue_enter() as an
out-of-line function call. We don't want to inline the latter, as it's
mostly slow path code.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions