X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=Create.c;h=1ae7f92073307d0420dcee5c47297891c3f3b096;hb=b7528a20cca58c973771d94d7d2b8ef74bcf582d;hp=5b01b63d61cea1f7a9d67bf0c27a65c2d5737d9c;hpb=e1516be1db121e6f462b41a739106e33461a733a;p=thirdparty%2Fmdadm.git diff --git a/Create.c b/Create.c index 5b01b63d..1ae7f920 100644 --- a/Create.c +++ b/Create.c @@ -527,7 +527,7 @@ int Create(struct supertype *st, char *mddev, assume_clean ) { info.array.state = 1; /* clean, but one+ drive will be missing*/ - info.resync_start = ~0ULL; + info.resync_start = MaxSector; } else { info.array.state = 0; /* not clean, but no errors */ info.resync_start = 0;