Wait for everything to settle before we try to print the list of

geom devices.
This commit is contained in:
phk 2003-06-07 15:32:09 +00:00
parent 01274259b9
commit c9fca2ba58

View File

@ -81,6 +81,7 @@ g_dev_print(void)
{
struct g_geom *gp;
g_waitidle();
if (LIST_EMPTY(&g_dev_class.geom))
return (0);
printf("List of GEOM disk devices:\n ");