commit | 0d7a29a2b5eae30eff1e216badca76978a3de39f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 17 07:14:03 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 29 06:35:21 2021 -0700 |
tree | e23272711a88d0bfab838ba29bb507e34d6bbc87 | |
parent | 22350ad7f15931b65d288e3e1462a51bfbfa5c4b [diff] |
block: move blk_print_req_error to blk-mq.c This function is only used by the request completion path. Factor out a blk_status_to_str to keep blk_errors private in blk-core.c. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20211117061404.331732-11-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>