mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Kernel: Rename FS => FileSystem
This matches our common naming style better.
This commit is contained in:
parent
dd65f52331
commit
d53d9d3677
Notes:
sideshowbarker
2024-07-18 09:22:18 +09:00
Author: https://github.com/awesomekling
Commit: d53d9d3677
33 changed files with 108 additions and 108 deletions
|
@ -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) {
|
||||
|
|
|
@ -26,7 +26,7 @@ public:
|
|||
static void initialize(String boot_argument, bool force_pio);
|
||||
static StorageManagement& the();
|
||||
|
||||
NonnullRefPtr<FS> root_filesystem() const;
|
||||
NonnullRefPtr<FileSystem> root_filesystem() const;
|
||||
|
||||
static int major_number();
|
||||
static int minor_number();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue