commit | 8a7d267b4a2c71a5ff5dd9046abea7117c7d0ac2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Oct 18 10:45:18 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 05:54:57 2021 -0600 |
tree | 4f2844e6e5b09b6b29b1604701fbc967f4614b04 | |
parent | db9a02baa23267c695a44234a0f2f4607992780e [diff] |
block: don't call blk_status_to_errno in blk_update_request We only need to call it to resolve the blk_status_t -> errno mapping for tracing, so move the conversion into the tracepoints that are not called at all when tracing isn't enabled. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>