summaryrefslogtreecommitdiff
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/init/main.c b/init/main.c
index b457caf7c253..d73093354817 100644
--- a/init/main.c
+++ b/init/main.c
@@ -892,12 +892,6 @@ static int __init kernel_init(void * unused)
(void) sys_dup(0);
(void) sys_dup(0);
/*
- * We need to ensure that the filesystem is ready by this point, wait for
- * async_populate_rootfs to complete.
- */
- populate_rootfs_wait();
-
- /*
* check if there is an early userspace init. If yes, let it do all
* the work
*/