mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
Move readEntireInode() up to FileSystem (from ext2.)
It's just a wrapper around multiple calls to readInodeBytes() now.
This commit is contained in:
@@ -104,6 +104,6 @@ ByteBuffer FileHandle::readEntireFile()
|
||||
return buffer;
|
||||
}
|
||||
|
||||
return m_vnode->fileSystem()->readInode(m_vnode->inode);
|
||||
return m_vnode->fileSystem()->readEntireInode(m_vnode->inode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user