* Added mapping of dup() in the FS shell.
* Adjusted the FS initialize() hook to have FD and partition_id parameters like the other hooks instead of the partition path. * Adjusted initialization in BFS accordingly. * Implemented the FS initialization method in KFileSystem. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21788 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -901,6 +901,7 @@ KPartitioningSystem::Initialize(KPartition *partition, const char *name,
|
||||
}
|
||||
|
||||
// let the module do its job
|
||||
// TODO: The partition must not be locked at this point!
|
||||
status_t result = fModule->initialize(fd, partition->ID(), name, parameters,
|
||||
job->ID());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user