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:
@@ -1574,13 +1574,20 @@ devfs_std_ops(int32 op, ...)
|
||||
}
|
||||
|
||||
|
||||
file_system_info gDeviceFileSystem = {
|
||||
file_system_module_info gDeviceFileSystem = {
|
||||
{
|
||||
"file_systems/devfs" B_CURRENT_FS_API_VERSION,
|
||||
0,
|
||||
devfs_std_ops,
|
||||
},
|
||||
|
||||
"Device File System",
|
||||
|
||||
NULL, // identify_partition()
|
||||
NULL, // scan_partition()
|
||||
NULL, // free_identify_partition_cookie()
|
||||
NULL, // free_partition_content_cookie()
|
||||
|
||||
&devfs_mount,
|
||||
&devfs_unmount,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user