mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
Kernel: Rename FileBackedFS => FileBackedFileSystem
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class BlockBasedFS : public FileBackedFS {
|
||||
class BlockBasedFS : public FileBackedFileSystem {
|
||||
public:
|
||||
TYPEDEF_DISTINCT_ORDERED_ID(u64, BlockIndex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user