aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2005-05-12 01:49:51 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2005-05-12 01:49:51 +0000
commit07ebf8c8c35bd54bee46f97ec7ae7ee309bd03fb (patch)
treebe13866e4d85e83738bd60d987cc1724275c161f /sys/kern/vfs_mount.c
parent0077b0163f21fa85f245daee1711c63deb9e8770 (diff)
downloadsrc-07ebf8c8c35bd54bee46f97ec7ae7ee309bd03fb.tar.gz
src-07ebf8c8c35bd54bee46f97ec7ae7ee309bd03fb.zip
Notes
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index e3578925ace3..38c076f30fcd 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -1196,6 +1196,8 @@ vfs_mountroot(void)
root_mount_wait();
+ devfs_first();
+
/*
* We are booted with instructions to prompt for the root filesystem.
*/