X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=super0.c;h=5c6b7d71984e831ba0b9640e04b0f6093aa85022;hb=921d9e164fd3f6203d1b0cf2424b793043afd001;hp=0485a3a103df69ecc90f5479de0c37fdf1441ee6;hpb=cc86f89c855fcfe9820d0621ede1575adc317155;p=thirdparty%2Fmdadm.git diff --git a/super0.c b/super0.c index 0485a3a1..5c6b7d71 100644 --- a/super0.c +++ b/super0.c @@ -372,6 +372,7 @@ static void getinfo_super0(struct supertype *st, struct mdinfo *info) uuid_from_super0(st, info->uuid); + info->recovery_start = MaxSector; if (sb->minor_version > 90 && (sb->reshape_position+1) != 0) { info->reshape_active = 1; info->reshape_progress = sb->reshape_position;