Secure Boot Tutorial » 0001-dm-init-ensure-device-probing-has-finished-in-dm-mod.patch
| drivers/md/dm-init.c | ||
|---|---|---|
|
}
|
||
|
}
|
||
|
if (waitfor[0])
|
||
|
if (waitfor[0]) {
|
||
|
wait_for_device_probe();
|
||
|
DMINFO("all devices available");
|
||
|
}
|
||
|
list_for_each_entry(dev, &devices, list) {
|
||
|
if (dm_early_create(&dev->dmi, dev->table,
|
||