diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/do_mounts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index dea5de95c2dd..c2de5104aad2 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
| @@ -588,7 +588,7 @@ void __init prepare_namespace(void) | |||
| 588 | saved_root_name); | 588 | saved_root_name); |
| 589 | while (driver_probe_done() != 0 || | 589 | while (driver_probe_done() != 0 || |
| 590 | (ROOT_DEV = name_to_dev_t(saved_root_name)) == 0) | 590 | (ROOT_DEV = name_to_dev_t(saved_root_name)) == 0) |
| 591 | msleep(100); | 591 | msleep(5); |
| 592 | async_synchronize_full(); | 592 | async_synchronize_full(); |
| 593 | } | 593 | } |
| 594 | 594 | ||
