diff --git a/super-ddf.c b/super-ddf.c index 8e9cedc..816a975 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -694,7 +694,7 @@ static int load_super_ddf(struct supertype *st, int fd, int rv; #ifndef MDASSEMBLE - if (load_super_ddf_all(st, fd, &st->sb, devname, 0) == 0) + if (load_super_ddf_all(st, fd, &st->sb, devname, 1) == 0) return 0; #endif diff --git a/super-intel.c b/super-intel.c index 1d00e29..366828a 100644 --- a/super-intel.c +++ b/super-intel.c @@ -865,7 +865,7 @@ static int load_super_imsm(struct supertype *st, int fd, char *devname) int rv; #ifndef MDASSEMBLE - if (load_super_imsm_all(st, fd, &st->sb, devname, 0) == 0) + if (load_super_imsm_all(st, fd, &st->sb, devname, 1) == 0) return 0; #endif