1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

Kernel: Rename FS => FileSystem

This matches our common naming style better.
This commit is contained in:
Andreas Kling 2021-07-11 00:20:38 +02:00
parent dd65f52331
commit d53d9d3677
33 changed files with 108 additions and 108 deletions

View file

@ -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();