vfs_mount_boot_file_system() now also gets the kernel_args.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -52,9 +52,9 @@ typedef struct io_context {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
status_t vfs_init(struct kernel_args *ka);
|
||||
status_t vfs_init(struct kernel_args *args);
|
||||
status_t vfs_bootstrap_file_systems(void);
|
||||
status_t vfs_mount_boot_file_system(void);
|
||||
status_t vfs_mount_boot_file_system(struct kernel_args *args);
|
||||
void vfs_exec_io_context(void *context);
|
||||
void *vfs_new_io_context(void *parentContext);
|
||||
int vfs_free_io_context(void *context);
|
||||
|
||||
Reference in New Issue
Block a user