mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Kernel: Rename FileBackedFS => FileBackedFileSystem
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 09:22:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/502bbacea09
@@ -15,7 +15,7 @@ namespace Kernel {
|
||||
|
||||
class Plan9FSInode;
|
||||
|
||||
class Plan9FS final : public FileBackedFS {
|
||||
class Plan9FS final : public FileBackedFileSystem {
|
||||
friend class Plan9FSInode;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user