mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
Merge lookup_ext2_inode() into Ext2FS::get_inode().
This commit is contained in:
parent
6451b98ad4
commit
079889050e
Notes:
sideshowbarker
2024-07-19 16:07:07 +09:00
Author: https://github.com/awesomekling
Commit: 079889050e
2 changed files with 12 additions and 32 deletions
|
@ -64,7 +64,6 @@ private:
|
|||
unsigned blocks_per_group() const;
|
||||
unsigned inode_size() const;
|
||||
|
||||
OwnPtr<ext2_inode> lookup_ext2_inode(unsigned) const;
|
||||
bool write_ext2_inode(unsigned, const ext2_inode&);
|
||||
ByteBuffer read_block_containing_inode(unsigned inode, unsigned& blockIndex, unsigned& offset) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue