]> 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)
commit0cc096ed0a48e2003c748305d639b9b176dbd274
treeeb9f074a15f593c12747cf842062e943471bd952
parent92ef7313cd2dd68eeae1901c1484d178fc31da7b
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