On Tue, Nov 16, 2021 at 2:22 AM Markus Hochholdinger <markus@xxxxxxxxxxxxxxxxx> wrote: > > The superblock of version 1.0 doesn't get moved to the new position on a > device size change. This leads to a rdev without a superblock on a known > position, the raid can't be re-assembled. > > The line was removed by mistake and is re-added by this patch. > > Fixes: d9c0fa509eaf ("md: fix max sectors calculation for super 1.0") > > Signed-off-by: Markus Hochholdinger <markus@xxxxxxxxxxxxxxxxx> > Reviewd-by: Xiao Ni <xni@xxxxxxxxxx> Applied to md-fixes. Thanks! This version still has some minor issues. I fixed them before applying. For future patches, please run ./scripts/checkpatch.pl on the .patch file. Song