Improved error reporting when a failure to find/mount the root device occurs.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19774 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-01-12 18:09:15 +00:00
parent 7039ae3f3d
commit f5fa54f798
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ extern "C" {
status_t vfs_init(struct kernel_args *args);
status_t vfs_bootstrap_file_systems(void);
status_t vfs_mount_boot_file_system(struct kernel_args *args);
void vfs_mount_boot_file_system(struct kernel_args *args);
void vfs_exec_io_context(void *context);
void *vfs_new_io_context(void *parentContext);
status_t vfs_free_io_context(void *context);