]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commitc35403f82ced283807f31eeafc2a7aebf1b20331
treeeb9f074a15f593c12747cf842062e943471bd952
parented4d0a4ea11e19863952ac6a7cea3bbb27ccd452
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