commit | 48bc3cd3e07a1486f45d9971c75d6090976c3b1b | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Thu Jun 04 00:13:28 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 04 21:23:38 2020 -0600 |
tree | 4fa25144ad5789564d352f25960c245cae784755 | |
parent | 15b81ce5abdc4b502aa31dff2d415b79d2349d2f [diff] |
blktrace: use errno instead of bi_status In blk_add_trace_spliti() blk_add_trace_bio_remap() use blk_status_to_errno() to pass the error instead of pasing the bi_status. This fixes the sparse warning. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>