wait_for container assembly

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
Dan Williams 2008-12-08 16:59:17 -07:00
parent e7783ee677
commit 959278735e
1 changed files with 1 additions and 0 deletions

View File

@ -1068,6 +1068,7 @@ int Assemble(struct supertype *st, char *mddev,
fprintf(stderr, "\n");
}
sysfs_uevent(content, "change");
wait_for(chosen_name);
close(mdfd);
return 0;
}