Re: block till hotplug is done?

From: Harald Dunkel
Date: Tue Oct 05 2004 - 15:19:15 EST


Andreas Jellinghaus wrote:
Hi,

is there any way to block till all hotplug events are handled/
the hotplug processes terminated?


while [ "`ps | grep /sbin/hotplug | grep -v grep`" ]; do sleep 1; done

?


Regards

Harri
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/