moved rescan call to vfs_mount_boot_file_system() as suggested by axeld :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18738 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-09-04 13:10:08 +00:00
parent d564275ba7
commit 4c3702d42a
4 changed files with 5 additions and 29 deletions
-19
View File
@@ -1,19 +0,0 @@
/*
* Copyright 2006, Jerome Duval. All rights reserved.
* Distributed under the terms of the MIT License.
*
*/
#ifndef _KERNEL_DDM_H
#define _KERNEL_DDM_H
#ifdef __cplusplus
extern "C" {
#endif
status_t ddm_init_post_modules(struct kernel_args *args);
#ifdef __cplusplus
}
#endif
#endif /* _KERNEL_DDM_H */