Skip to content
Commit 3fb632e4 authored by Jason Yan's avatar Jason Yan Committed by Shaohua Li
Browse files

md: fix super_offset endianness in super_1_rdev_size_change



The sb->super_offset should be big-endian, but the rdev->sb_start is in
host byte order, so fix this by adding cpu_to_le64.

Signed-off-by: default avatarJason Yan <yanaijie@huawei.com>
Signed-off-by: default avatarShaohua Li <shli@fb.com>
parent 61eb2b43
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment