]> asedeno.scripts.mit.edu Git - linux.git/commit
md: add a missing endianness conversion in check_sb_changes
authorChristoph Hellwig <hch@lst.de>
Thu, 4 Apr 2019 16:56:10 +0000 (18:56 +0200)
committerSong Liu <songliubraving@fb.com>
Wed, 10 Apr 2019 22:26:08 +0000 (15:26 -0700)
commited4d0a4ea11e19863952ac6a7cea3bbb27ccd452
tree51f45640f09b39203fa8d71ff8fef4d1271c1531
parentee37e62191a59d253fc916b9fc763deb777211e2
md: add a missing endianness conversion in check_sb_changes

The on-disk value is little endian and we need to convert it to
native endian before storing the value in the in-core structure.

Fixes: 7564beda19b36 ("md-cluster/raid10: support add disk under grow mode")
Cc: <stable@vger.kernel.org> # 4.20+
Acked-by: Guoqing Jiang <gqjiang@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <songliubraving@fb.com>
drivers/md/md.c