mirror of
https://github.com/RGBCube/serenity
synced 2025-06-14 03:02:09 +00:00
Merge lookup_ext2_inode() into Ext2FS::get_inode().
This commit is contained in:
parent
6451b98ad4
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