Kernel: Rename FileBackedFS => FileBackedFileSystem

This commit is contained in:
Andreas Kling
2021-07-11 00:33:27 +02:00
parent 07c4c89297
commit 502bbacea0
Notes: sideshowbarker 2024-07-18 09:22:10 +09:00
8 changed files with 15 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ namespace Kernel {
class Plan9FSInode;
class Plan9FS final : public FileBackedFS {
class Plan9FS final : public FileBackedFileSystem {
friend class Plan9FSInode;
public: