* 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:
Ingo Weinhold
2007-08-02 12:43:49 +00:00
parent ba098efab7
commit 9e12e9a72e
10 changed files with 96 additions and 34 deletions
@@ -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());