]> git.baikalelectronics.ru Git - kernel.git/commit
md: use correct types in md_bitmap_print_sb
authorChristoph Hellwig <hch@lst.de>
Thu, 4 Apr 2019 16:56:11 +0000 (18:56 +0200)
committerSong Liu <songliubraving@fb.com>
Wed, 10 Apr 2019 22:26:08 +0000 (15:26 -0700)
commit2b6fc7a436ede04e6fa71ba3391232babe783381
treeeb9f074a15f593c12747cf842062e943471bd952
parent2d3992ad937955eb7747ad2006e12e2749ebba6f
md: use correct types in md_bitmap_print_sb

If we want to convert from a little endian format we need to cast
to a little endian type, otherwise sparse will be unhappy.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/md-bitmap.c