Merged the disk device manager module interface for file systems with the

VFS's interface, so that a file system only has to implement one interface.
As a side effect, the automatic file system detection may now work (not yet
tested, though).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12786 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-05-23 17:15:56 +00:00
parent 87ab5d5c6d
commit 47f39c93cb
15 changed files with 183 additions and 263 deletions
@@ -7,7 +7,7 @@
#include <storage/DiskDeviceDefs.h>
#include <disk_device_manager/disk_device_manager.h>
#include <disk_device_manager.h>
#ifdef __cplusplus
extern "C" {