Copy'n'paste leftovers.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2048,12 +2048,12 @@ ramfs_std_ops(int32 op, ...)
|
|||||||
case B_MODULE_INIT:
|
case B_MODULE_INIT:
|
||||||
{
|
{
|
||||||
init_debugging();
|
init_debugging();
|
||||||
PRINT(("userlandfs_std_ops(): B_MODULE_INIT\n"));
|
PRINT(("ramfs_std_ops(): B_MODULE_INIT\n"));
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
case B_MODULE_UNINIT:
|
case B_MODULE_UNINIT:
|
||||||
PRINT(("userlandfs_std_ops(): B_MODULE_UNINIT\n"));
|
PRINT(("ramfs_std_ops(): B_MODULE_UNINIT\n"));
|
||||||
exit_debugging();
|
exit_debugging();
|
||||||
return B_OK;
|
return B_OK;
|
||||||
|
|
||||||
@@ -2069,7 +2069,7 @@ static file_system_module_info sRamFSModuleInfo = {
|
|||||||
ramfs_std_ops,
|
ramfs_std_ops,
|
||||||
},
|
},
|
||||||
|
|
||||||
"Userland File System",
|
"RAM File System",
|
||||||
|
|
||||||
// scanning
|
// scanning
|
||||||
NULL, // identify_partition()
|
NULL, // identify_partition()
|
||||||
|
|||||||
Reference in New Issue
Block a user