mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Kernel: Rename SystemExposedFolder => SysFSDirectory
"Folder" is a GUI concept, let's call this "Directory". Also, "System" is completely generic, so let's be more specific and call this "SysFS..."
This commit is contained in:
parent
517170a986
commit
60a7a9d523
10 changed files with 25 additions and 25 deletions
|
@ -67,7 +67,7 @@ UNMAP_AFTER_INIT void ExposedFolder::initialize()
|
|||
}
|
||||
|
||||
UNMAP_AFTER_INIT ExposedFolder::ExposedFolder()
|
||||
: SystemExposedFolder("acpi", SysFSComponentRegistry::the().root_folder())
|
||||
: SysFSDirectory("acpi", SysFSComponentRegistry::the().root_folder())
|
||||
{
|
||||
NonnullRefPtrVector<SysFSComponent> components;
|
||||
size_t ssdt_count = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue