We don't have to wait for the root file system to be mounted anymore, now that

kobj KPI supports operating on files loaded by the loader.
This commit is contained in:
Pawel Jakub Dawidek 2007-04-09 00:03:45 +00:00
parent 5fc5d6ed61
commit 33fc425c85
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168511
2 changed files with 0 additions and 4 deletions

View File

@ -78,8 +78,6 @@ spa_config_load(void)
struct _buf *file;
uint64_t fsize;
root_mount_wait();
/*
* Open the configuration file.
*/

View File

@ -78,8 +78,6 @@ spa_config_load(void)
struct _buf *file;
uint64_t fsize;
root_mount_wait();
/*
* Open the configuration file.
*/