mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 00:09:01 +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:
parent
0286b5ea48
commit
9528edab92
Notes:
sideshowbarker
2024-07-19 18:48:03 +09:00
Author: https://github.com/awesomekling
Commit: 9528edab92
9 changed files with 39 additions and 52 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue