diff options
author | pjd <pjd@FreeBSD.org> | 2005-05-12 01:49:51 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-05-12 01:49:51 +0000 |
commit | c6e5e8f44619e77af9520e0ac2c4ffe93563c530 (patch) | |
tree | be13866e4d85e83738bd60d987cc1724275c161f /sys/kern/vfs_mount.c | |
parent | 0ee231720168f91505019116179aa59a3f939618 (diff) | |
download | FreeBSD-src-c6e5e8f44619e77af9520e0ac2c4ffe93563c530.zip FreeBSD-src-c6e5e8f44619e77af9520e0ac2c4ffe93563c530.tar.gz |
We don't use 'mp' variable, but we do want to mount devfs, ehh.
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index e357892..38c076f 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. */ |