Kernel: Ext2FS now uses Ext2Inodes as cached values
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Kernel
|
||||
, m_inode(inode)
|
||||
, m_ino(ino)
|
||||
{}
|
||||
static BAN::ErrorOr<BAN::RefPtr<Inode>> create(Ext2FS&, uint32_t);
|
||||
static BAN::ErrorOr<BAN::RefPtr<Ext2Inode>> create(Ext2FS&, uint32_t);
|
||||
|
||||
private:
|
||||
Ext2FS& m_fs;
|
||||
|
||||
Reference in New Issue
Block a user