mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
Kernel: Rename FS => FileSystem
This matches our common naming style better.
This commit is contained in:
@@ -176,7 +176,7 @@ int StorageManagement::minor_number()
|
||||
return s_device_minor_number++;
|
||||
}
|
||||
|
||||
NonnullRefPtr<FS> StorageManagement::root_filesystem() const
|
||||
NonnullRefPtr<FileSystem> StorageManagement::root_filesystem() const
|
||||
{
|
||||
auto boot_device_description = boot_block_device();
|
||||
if (!boot_device_description) {
|
||||
|
||||
Reference in New Issue
Block a user