commit | 5aec598c456fe3c1b71a1202cbb42bdc2a643277 | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Thu Jun 04 00:13:30 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Jun 04 21:23:38 2020 -0600 |
tree | abc895d4aa78e68ae811826cdcc5f2eb3c3bca97 | |
parent | 71df3fd82e7cccec7b749a8607a4662d9f7febdd [diff] |
blktrace: fix endianness for blk_log_remap() The function blk_log_remap() can be simplified by removing the call to get_pdu_remap() that copies the values into extra variable to print the data, which also fixes the endiannness warning reported by sparse. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>