]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Assemble.c
Add subarray arg to container_content.
[thirdparty/mdadm.git] / Assemble.c
index f66a21b96526d5b646cc3e58dc55fc12b53fea6b..37b8413377047914c28f03001785b8f74a6cf98e 100644 (file)
@@ -331,7 +331,7 @@ int Assemble(struct supertype *st, char *mddev,
                        if (tmpdev->content)
                                content = tmpdev->content;
                        else
-                               content = tst->ss->container_content(tst);
+                               content = tst->ss->container_content(tst, NULL);
                        if (!content)
                                goto loop; /* empty container */