Kernel: Remove for_each_block from Ext2

This commit is contained in:
Bananymous
2023-03-21 18:14:02 +02:00
parent 54824aec74
commit 3652d11059
2 changed files with 31 additions and 59 deletions

View File

@@ -142,10 +142,7 @@ namespace Kernel
private:
BAN::ErrorOr<uint32_t> data_block_index(uint32_t);
using block_callback_t = BAN::ErrorOr<bool>(*)(const BAN::Vector<uint8_t>&, void*);
BAN::ErrorOr<void> for_each_block(block_callback_t, void*);
uint32_t index() const { return m_index; }
private: