| commit | e782a45789f865e7eaa4ad321fd0c589a978907b | [log] [tgz] |
|---|---|---|
| author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Thu Jun 04 00:13:30 2020 -0700 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 24 17:50:39 2020 +0200 |
| tree | 4a625501454e328e68fa42872895eb0420c68be7 | |
| parent | 545bafecc0f21671cfcf5126b610fd293ce657db [diff] |
blktrace: fix endianness for blk_log_remap() [ Upstream commit 5aec598c456fe3c1b71a1202cbb42bdc2a643277 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>