1
Fork 0
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:
Andreas Kling 2018-12-25 00:32:57 +01:00
parent 6451b98ad4
commit 079889050e
2 changed files with 12 additions and 32 deletions

View file

@ -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;