1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00

Kernel: Rename FileBackedFS => FileBackedFileSystem

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

View file

@ -10,7 +10,7 @@
namespace Kernel {
class BlockBasedFS : public FileBackedFS {
class BlockBasedFS : public FileBackedFileSystem {
public:
TYPEDEF_DISTINCT_ORDERED_ID(u64, BlockIndex);